Enhancement/zha model manuf (#24771)
* Cleanup ZHA entities model and manufacturer usage. Zigpy includes manufacturer and model as attributes of a zigpy Device class, which simplifies handling of manufacturer and/or model derived properties for the ZHA platform. * Sort ZHA imports. * Lint.
This commit is contained in:
parent
29311e6391
commit
6ae1228e61
5 changed files with 45 additions and 76 deletions
|
@ -77,6 +77,8 @@ METERING = 'metering'
|
|||
ELECTRICAL_MEASUREMENT = 'electrical_measurement'
|
||||
GENERIC = 'generic'
|
||||
UNKNOWN = 'unknown'
|
||||
UNKNOWN_MANUFACTURER = 'unk_manufacturer'
|
||||
UNKNOWN_MODEL = 'unk_model'
|
||||
OPENING = 'opening'
|
||||
OCCUPANCY = 'occupancy'
|
||||
ACCELERATION = 'acceleration'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue