Migrate config entry reauth to use eager_start (#115549)

This commit is contained in:
J. Nick Koston 2024-04-13 18:38:33 -05:00 committed by GitHub
parent 7e84158fad
commit 14b794b0f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(