deCONZ - Support device registry (#16115)
Add support for device registry in deCONZ component
This commit is contained in:
parent
e8775ba2b4
commit
e91a1529e4
12 changed files with 162 additions and 36 deletions
|
@ -8,6 +8,7 @@ CONFIG_FILE = 'deconz.conf'
|
|||
DATA_DECONZ_EVENT = 'deconz_events'
|
||||
DATA_DECONZ_ID = 'deconz_entities'
|
||||
DATA_DECONZ_UNSUB = 'deconz_dispatchers'
|
||||
DECONZ_DOMAIN = 'deconz'
|
||||
|
||||
CONF_ALLOW_CLIP_SENSOR = 'allow_clip_sensor'
|
||||
CONF_ALLOW_DECONZ_GROUPS = 'allow_deconz_groups'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue