From 54425ae0f3c1e35c8040583edfe16ad3a1b7e243 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Sun, 29 Nov 2020 11:59:23 -0500 Subject: [PATCH] Use the correct property for full init event (#43745) --- homeassistant/components/zha/core/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zha/core/gateway.py b/homeassistant/components/zha/core/gateway.py index bec429cdf22..812ac168d48 100644 --- a/homeassistant/components/zha/core/gateway.py +++ b/homeassistant/components/zha/core/gateway.py @@ -569,7 +569,7 @@ class ZHAGateway: ) await self._async_device_joined(zha_device) - device_info = zha_device.device_info + device_info = zha_device.zha_device_info device_info[DEVICE_PAIRING_STATUS] = DevicePairingStatus.INITIALIZED.name async_dispatcher_send( self._hass,