Ensure HKC debounced availability poll does not block startup (#113130)

This commit is contained in:
J. Nick Koston 2024-03-12 07:43:59 -10:00 committed by GitHub
parent c948392ebc
commit 0f414d8ac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,7 @@ class HKDevice:
cooldown=DEBOUNCE_COOLDOWN,
immediate=False,
function=self.async_update,
background=True,
)
self._availability_callbacks: set[CALLBACK_TYPE] = set()