mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Ensure HKC debounced availability poll does not block startup (#113130)
This commit is contained in:
parent
c948392ebc
commit
0f414d8ac5
@ -145,6 +145,7 @@ class HKDevice:
|
||||
cooldown=DEBOUNCE_COOLDOWN,
|
||||
immediate=False,
|
||||
function=self.async_update,
|
||||
background=True,
|
||||
)
|
||||
|
||||
self._availability_callbacks: set[CALLBACK_TYPE] = set()
|
||||
|
Loading…
x
Reference in New Issue
Block a user