From 14b794b0f7f06637edcc0106752aebc756c14e2a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 13 Apr 2024 18:38:33 -0500 Subject: [PATCH] Migrate config entry reauth to use eager_start (#115549) --- homeassistant/config_entries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index 0b4e4a0f170..a3f31ff8715 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -971,7 +971,7 @@ class ConfigEntry: hass.async_create_task( self._async_init_reauth(hass, context, data), f"config entry reauth {self.title} {self.domain} {self.entry_id}", - eager_start=False, + eager_start=True, ) async def _async_init_reauth(