mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix deadlock if an integration from stage_1 fails (#43657)
This commit is contained in:
parent
ed16c5078f
commit
d4f9c1979f
@ -528,7 +528,7 @@ async def _async_set_up_integrations(
|
|||||||
_LOGGER.warning("Setup timed out for stage 1 - moving forward")
|
_LOGGER.warning("Setup timed out for stage 1 - moving forward")
|
||||||
|
|
||||||
# Enables after dependencies
|
# Enables after dependencies
|
||||||
async_set_domains_to_be_loaded(hass, stage_1_domains | stage_2_domains)
|
async_set_domains_to_be_loaded(hass, stage_2_domains)
|
||||||
|
|
||||||
if stage_2_domains:
|
if stage_2_domains:
|
||||||
_LOGGER.info("Setting up stage 2: %s", stage_2_domains)
|
_LOGGER.info("Setting up stage 2: %s", stage_2_domains)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user