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:
David F. Mulcahey 2020-01-18 19:27:55 -05:00 committed by Alexei Chetroi
parent 656ef6566b
commit 078ce24e5a
2 changed files with 10 additions and 0 deletions

View file

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