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(