Fix config forwarding (#48967)

This commit is contained in:
Paulus Schoutsen 2021-04-09 16:12:40 -07:00
parent 995e22d3bb
commit 0520ce5ed3

View File

@ -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(