mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Cancel config entry setup retry at shutdown (#114124)
This commit is contained in:
parent
c94d8c541b
commit
d0dc820ced
@ -605,6 +605,7 @@ class ConfigEntry:
|
|||||||
HassJob(
|
HassJob(
|
||||||
functools.partial(self._async_setup_again, hass),
|
functools.partial(self._async_setup_again, hass),
|
||||||
job_type=HassJobType.Callback,
|
job_type=HassJobType.Callback,
|
||||||
|
cancel_on_shutdown=True,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user