Cancel config entry setup retry at shutdown (#114124)

pull/114252/head
J. Nick Koston 2024-03-24 09:09:24 -10:00 committed by GitHub
parent c94d8c541b
commit d0dc820ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ class ConfigEntry:
HassJob(
functools.partial(self._async_setup_again, hass),
job_type=HassJobType.Callback,
cancel_on_shutdown=True,
),
)
else: