mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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,
|
cooldown=DEBOUNCE_COOLDOWN,
|
||||||
immediate=False,
|
immediate=False,
|
||||||
function=self.async_update,
|
function=self.async_update,
|
||||||
|
background=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
self._availability_callbacks: set[CALLBACK_TYPE] = set()
|
self._availability_callbacks: set[CALLBACK_TYPE] = set()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user