Migrate config entry reauth to use eager_start (#115549)
This commit is contained in:
parent
7e84158fad
commit
14b794b0f7
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue