Fix bluetooth adapter discovery delaying startup and shutdown (#116335)

pull/116343/head
J. Nick Koston 2024-04-28 08:57:31 -05:00 committed by GitHub
parent bf91ab6e2b
commit 6ccb165d8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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