mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
Use the correct property for full init event (#43745)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user