diff --git a/homeassistant/components/zha/core/listeners.py b/homeassistant/components/zha/core/listeners.py index d7c46bdfb3a..035c752c42b 100644 --- a/homeassistant/components/zha/core/listeners.py +++ b/homeassistant/components/zha/core/listeners.py @@ -178,6 +178,7 @@ class ClusterListener: 'zha_event', { 'unique_id': self._unique_id, + 'device_ieee': str(self._zha_device.ieee), 'command': command, 'args': args }