mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
Because the setup again was scheduled as a task, it would not unset self._async_cancel_retry_setup in time and we would try to unsub self._async_cancel_retry_setup after it had already fired. Change it to call a callback that runs right away so it unsets self._async_cancel_retry_setup as soon as its called so there is no race fixes #111796
162 KiB
162 KiB