mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use the correct property for full init event (#43745)
This commit is contained in:
parent
493eaef616
commit
54425ae0f3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user