mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 09:38:21 +00:00
Fix config forwarding (#48967)
This commit is contained in:
parent
995e22d3bb
commit
0520ce5ed3
@ -68,7 +68,7 @@ async def _process_config(hass, config):
|
||||
|
||||
async def init_coordinator(hass, conf):
|
||||
coordinator = TriggerUpdateCoordinator(hass, conf)
|
||||
await coordinator.async_setup(conf)
|
||||
await coordinator.async_setup(config)
|
||||
return coordinator
|
||||
|
||||
hass.data[DOMAIN] = await asyncio.gather(
|
||||
|
Loading…
x
Reference in New Issue
Block a user