mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Migrate config entry reauth to use eager_start (#115549)
This commit is contained in:
parent
7e84158fad
commit
14b794b0f7
@ -971,7 +971,7 @@ class ConfigEntry:
|
|||||||
hass.async_create_task(
|
hass.async_create_task(
|
||||||
self._async_init_reauth(hass, context, data),
|
self._async_init_reauth(hass, context, data),
|
||||||
f"config entry reauth {self.title} {self.domain} {self.entry_id}",
|
f"config entry reauth {self.title} {self.domain} {self.entry_id}",
|
||||||
eager_start=False,
|
eager_start=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _async_init_reauth(
|
async def _async_init_reauth(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user