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