mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add device ieee to zha events (#20791)
This commit is contained in:
parent
d4c34c6b02
commit
d177e1324c
@ -178,6 +178,7 @@ class ClusterListener:
|
|||||||
'zha_event',
|
'zha_event',
|
||||||
{
|
{
|
||||||
'unique_id': self._unique_id,
|
'unique_id': self._unique_id,
|
||||||
|
'device_ieee': str(self._zha_device.ieee),
|
||||||
'command': command,
|
'command': command,
|
||||||
'args': args
|
'args': args
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user