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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user