binary sensor
This commit is contained in:
parent
1e0f92eaf1
commit
89c237c374
|
@ -13,7 +13,7 @@ RATGDOBinarySensor = ratgdo_ns.class_(
|
||||||
"RATGDOBinarySensor", binary_sensor.BinarySensor, cg.Component
|
"RATGDOBinarySensor", binary_sensor.BinarySensor, cg.Component
|
||||||
)
|
)
|
||||||
|
|
||||||
CONF_TYPE = "xtype"
|
CONF_TYPE = "type"
|
||||||
TYPES = {"motion", "obstruction"}
|
TYPES = {"motion", "obstruction"}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue