mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
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…
x
Reference in New Issue
Block a user