binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 10:39:44 -05:00
parent 793408186d
commit 4e6bb140e3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from esphome import pins, automation
from esphome.components import uart
DEPENDENCIES = ["preferences", "uart"]
MULTI_CONF = True
ratgdo_ns = cg.esphome_ns.namespace("ratgdo")