Add device ieee to zha events (#20791)
This commit is contained in:
parent
d4c34c6b02
commit
d177e1324c
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ class ClusterListener:
|
|||
'zha_event',
|
||||
{
|
||||
'unique_id': self._unique_id,
|
||||
'device_ieee': str(self._zha_device.ieee),
|
||||
'command': command,
|
||||
'args': args
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue