Use node descriptor from Zigpy for ZHA (#24316)

* use zigpy node descriptor

* cleanup
This commit is contained in:
David F. Mulcahey 2019-06-06 08:31:03 -04:00 committed by GitHub
parent 9fb1f2fa17
commit ae1bcd5fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 95 deletions

View file

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