Reduce latency to populate initial HKC bluetooth device state (#113103)
This commit is contained in:
parent
2061cedadb
commit
281e3922a8
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ class HKDevice:
|
|||
self.hass.bus.async_listen(
|
||||
EVENT_HOMEASSISTANT_STARTED,
|
||||
self._async_populate_ble_accessory_state,
|
||||
run_immediately=True,
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue