binary sensor

This commit is contained in:
J. Nick Koston 2023-06-07 11:03:02 -05:00
parent 8f31db6ba5
commit 9017d3f9e8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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