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