1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 21:51:29 +01:00

Update habluetooth to 2.2.0 (#108000)

* Update habluetooth to 2.2.0

* fixes

* lib
This commit is contained in:
J. Nick Koston
2024-01-13 18:50:47 -10:00
committed by GitHub
parent da9fc77333
commit 07810926d0
8 changed files with 30 additions and 15 deletions

View File

@@ -8,7 +8,6 @@ from homeassistant.components import bluetooth
from homeassistant.components.bluetooth import (
MONOTONIC_TIME,
BaseHaRemoteScanner,
BaseHaScanner,
HaBluetoothConnector,
async_scanner_by_source,
async_scanner_devices_by_address,
@@ -124,7 +123,7 @@ async def test_async_scanner_devices_by_address_non_connectable(
rssi=-100,
)
class FakeStaticScanner(BaseHaScanner):
class FakeStaticScanner(FakeScanner):
@property
def discovered_devices(self) -> list[BLEDevice]:
"""Return a list of discovered devices."""