binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:06:05 -05:00
parent 1e0f92eaf1
commit 89c237c374
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RATGDOBinarySensor = ratgdo_ns.class_(
"RATGDOBinarySensor", binary_sensor.BinarySensor, cg.Component
)
CONF_TYPE = "xtype"
CONF_TYPE = "type"
TYPES = {"motion", "obstruction"}