mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix another case of homeassistant_alerts delaying shutdown (#116352)
This commit is contained in:
@@ -101,6 +101,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
cooldown=COMPONENT_LOADED_COOLDOWN,
|
cooldown=COMPONENT_LOADED_COOLDOWN,
|
||||||
immediate=False,
|
immediate=False,
|
||||||
function=coordinator.async_refresh,
|
function=coordinator.async_refresh,
|
||||||
|
background=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
|
Reference in New Issue
Block a user