Use node descriptor from Zigpy for ZHA (#24316)
* use zigpy node descriptor * cleanup
This commit is contained in:
parent
9fb1f2fa17
commit
ae1bcd5fef
8 changed files with 40 additions and 95 deletions
|
@ -104,6 +104,8 @@ QUIRK_APPLIED = 'quirk_applied'
|
|||
QUIRK_CLASS = 'quirk_class'
|
||||
MANUFACTURER_CODE = 'manufacturer_code'
|
||||
POWER_SOURCE = 'power_source'
|
||||
MAINS_POWERED = 'Mains'
|
||||
BATTERY_OR_UNKNOWN = 'Battery or Unknown'
|
||||
|
||||
BELLOWS = 'bellows'
|
||||
ZHA = 'homeassistant.components.zha'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue