mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +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,
|
||||
immediate=False,
|
||||
function=coordinator.async_refresh,
|
||||
background=True,
|
||||
)
|
||||
|
||||
@callback
|
||||
|
Reference in New Issue
Block a user