Add logical Zigbee device type to ZHA device info (#30954)
* add device type to device info * capitalize * use zigpy logical device type
This commit is contained in:
parent
656ef6566b
commit
078ce24e5a
2 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,7 @@ ATTR_CLUSTER_ID = "cluster_id"
|
|||
ATTR_CLUSTER_TYPE = "cluster_type"
|
||||
ATTR_COMMAND = "command"
|
||||
ATTR_COMMAND_TYPE = "command_type"
|
||||
ATTR_DEVICE_TYPE = "device_type"
|
||||
ATTR_ENDPOINT_ID = "endpoint_id"
|
||||
ATTR_IEEE = "ieee"
|
||||
ATTR_LAST_SEEN = "last_seen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue