mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Do not add coordinator to the ZHA entities. (#23803)
This commit is contained in:
committed by
David F. Mulcahey
parent
c8d479e594
commit
910825580e
@@ -93,6 +93,8 @@ class ZHAGateway:
|
||||
|
||||
init_tasks = []
|
||||
for device in self.application_controller.devices.values():
|
||||
if device.nwk == 0x0000:
|
||||
continue
|
||||
init_tasks.append(self.async_device_initialized(device, False))
|
||||
await asyncio.gather(*init_tasks)
|
||||
|
||||
|
Reference in New Issue
Block a user