Fix bluetooth adapter discovery delaying startup and shutdown (#116335)
parent
bf91ab6e2b
commit
6ccb165d8e
|
@ -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…
Reference in New Issue