Use the correct property for full init event (#43745)

This commit is contained in:
David F. Mulcahey
2020-11-29 11:59:23 -05:00
committed by GitHub
parent 493eaef616
commit 54425ae0f3

View File

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