mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00
async_setup_component stage_1_domains (#23375)
This commit is contained in:
parent
5376e15286
commit
3d91d76d3d
@ -355,7 +355,7 @@ async def _async_set_up_integrations(
|
|||||||
if stage_1_domains:
|
if stage_1_domains:
|
||||||
await asyncio.gather(*[
|
await asyncio.gather(*[
|
||||||
async_setup_component(hass, domain, config)
|
async_setup_component(hass, domain, config)
|
||||||
for domain in logging_domains
|
for domain in stage_1_domains
|
||||||
])
|
])
|
||||||
|
|
||||||
# Load all integrations
|
# Load all integrations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user