mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Fix another case of homeassistant_alerts delaying shutdown (#116352)
This commit is contained in:
parent
9445b84ab5
commit
087b6533cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user