mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix bluetooth adapter discovery delaying startup and shutdown (#116335)
This commit is contained in:
parent
c3cb79e0e9
commit
c4c21bc8ea
@ -152,6 +152,7 @@ async def _async_start_adapter_discovery(
|
||||
cooldown=BLUETOOTH_DISCOVERY_COOLDOWN_SECONDS,
|
||||
immediate=False,
|
||||
function=_async_rediscover_adapters,
|
||||
background=True,
|
||||
)
|
||||
|
||||
@hass_callback
|
||||
|
Loading…
x
Reference in New Issue
Block a user