Fix config forwarding (#48967)

pull/48664/head
Paulus Schoutsen 2021-04-09 16:12:40 -07:00 committed by GitHub
parent 9f06639ecc
commit 6d5c34f2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(