Reduce latency to populate initial HKC bluetooth device state (#113103)

This commit is contained in:
J. Nick Koston 2024-03-11 13:02:20 -10:00 committed by GitHub
parent 2061cedadb
commit 281e3922a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -285,6 +285,7 @@ class HKDevice:
self.hass.bus.async_listen(
EVENT_HOMEASSISTANT_STARTED,
self._async_populate_ble_accessory_state,
run_immediately=True,
)
)
else: