binary sensor
This commit is contained in:
parent
8f31db6ba5
commit
9017d3f9e8
|
@ -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"}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue