1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Relocate base Bluetooth scanner code into an external library (#104930)

This commit is contained in:
J. Nick Koston
2023-12-03 10:00:11 -10:00
committed by GitHub
parent c8bb72935d
commit 28584ad240
14 changed files with 51 additions and 460 deletions

View File

@@ -352,7 +352,7 @@ async def test_advertisment_interval_longer_than_adapter_stack_timeout_adapter_c
)
switchbot_device_went_unavailable = False
scanner = FakeScanner(hass, "new", "fake_adapter")
scanner = FakeScanner("new", "fake_adapter")
cancel_scanner = async_register_scanner(hass, scanner, False)
@callback