1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 00:44:04 +00:00

async_setup_component stage_1_domains (#23375)

This commit is contained in:
Chuang Zheng
2019-04-25 20:50:28 +08:00
committed by Pascal Vizeli
parent dd1e352d1d
commit ffcaeb4ef1

View File

@@ -355,7 +355,7 @@ async def _async_set_up_integrations(
if stage_1_domains:
await asyncio.gather(*[
async_setup_component(hass, domain, config)
for domain in logging_domains
for domain in stage_1_domains
])
# Load all integrations