forked from home-assistant/core
Fix config forwarding (#48967)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user