1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00

Fix Bluetooth discoveries missing between restarts (#86808)

* Fix Bluetooth discoveries missing between restarts

* do not load other integrations

* coverage
This commit is contained in:
J. Nick Koston
2023-01-27 17:16:16 -10:00
committed by GitHub
parent b69576d6de
commit d0c7f42559
4 changed files with 39 additions and 4 deletions

View File

@@ -345,7 +345,9 @@ async def test_base_scanner_connecting_behavior(hass, enable_bluetooth):
unsetup()
async def test_restore_history_remote_adapter(hass, hass_storage):
async def test_restore_history_remote_adapter(
hass, hass_storage, disable_new_discovery_flows
):
"""Test we can restore history for a remote adapter."""
data = hass_storage[storage.REMOTE_SCANNER_STORAGE_KEY] = json_loads(