Use the correct property for full init event (#43745)
This commit is contained in:
parent
493eaef616
commit
54425ae0f3
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ class ZHAGateway:
|
||||||
)
|
)
|
||||||
await self._async_device_joined(zha_device)
|
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
|
device_info[DEVICE_PAIRING_STATUS] = DevicePairingStatus.INITIALIZED.name
|
||||||
async_dispatcher_send(
|
async_dispatcher_send(
|
||||||
self._hass,
|
self._hass,
|
||||||
|
|
Loading…
Add table
Reference in a new issue