Initial support for zwave_js device conditions (#52003)
This commit is contained in:
parent
2ddaf746e6
commit
e652ef51a1
6 changed files with 848 additions and 5 deletions
|
@ -45,6 +45,9 @@ ATTR_EVENT_DATA = "event_data"
|
|||
ATTR_DATA_TYPE = "data_type"
|
||||
ATTR_WAIT_FOR_RESULT = "wait_for_result"
|
||||
|
||||
ATTR_NODE = "node"
|
||||
ATTR_ZWAVE_VALUE = "zwave_value"
|
||||
|
||||
# service constants
|
||||
ATTR_NODES = "nodes"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue