Initial support for zwave_js device conditions (#52003)

This commit is contained in:
Raman Gupta 2021-07-12 00:22:33 -04:00 committed by GitHub
parent 2ddaf746e6
commit e652ef51a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 848 additions and 5 deletions

View file

@ -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"