mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Reduce latency to populate initial HKC bluetooth device state (#113103)
This commit is contained in:
@ -285,6 +285,7 @@ class HKDevice:
|
||||
self.hass.bus.async_listen(
|
||||
EVENT_HOMEASSISTANT_STARTED,
|
||||
self._async_populate_ble_accessory_state,
|
||||
run_immediately=True,
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
Reference in New Issue
Block a user