1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +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

@@ -107,7 +107,6 @@ async def test_wrapped_bleak_client_local_adapter_only(
return None
scanner = FakeScanner(
hass,
"00:00:00:00:00:01",
"hci0",
)