Bump habluetooth to 3.22.0 (#138812)

This commit is contained in:
J. Nick Koston 2025-02-18 23:50:11 -06:00 committed by GitHub
parent 689421eddf
commit 46599a4ac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 4 deletions

View File

@ -21,6 +21,6 @@
"bluetooth-auto-recovery==1.4.2",
"bluetooth-data-tools==1.23.4",
"dbus-fast==2.33.0",
"habluetooth==3.21.1"
"habluetooth==3.22.0"
]
}

View File

@ -33,7 +33,7 @@ dbus-fast==2.33.0
fnv-hash-fast==1.2.2
go2rtc-client==0.1.2
ha-ffmpeg==3.2.2
habluetooth==3.21.1
habluetooth==3.22.0
hass-nabucasa==0.92.0
hassil==2.2.3
home-assistant-bluetooth==1.13.1

2
requirements_all.txt generated
View File

@ -1103,7 +1103,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.7
# homeassistant.components.bluetooth
habluetooth==3.21.1
habluetooth==3.22.0
# homeassistant.components.cloud
hass-nabucasa==0.92.0

View File

@ -944,7 +944,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.7
# homeassistant.components.bluetooth
habluetooth==3.21.1
habluetooth==3.22.0
# homeassistant.components.cloud
hass-nabucasa==0.92.0

View File

@ -182,6 +182,7 @@ async def test_diagnostics(
"scanners": [
{
"adapter": "hci0",
"connectable": True,
"discovered_devices_and_advertisement_data": [],
"last_detection": ANY,
"monotonic_time": ANY,
@ -218,6 +219,7 @@ async def test_diagnostics(
"rssi": -127,
}
],
"connectable": True,
"last_detection": ANY,
"monotonic_time": ANY,
"name": "hci1 (00:00:00:00:00:02)",
@ -391,6 +393,7 @@ async def test_diagnostics_macos(
"scanners": [
{
"adapter": "Core Bluetooth",
"connectable": True,
"discovered_devices_and_advertisement_data": [
{
"address": "44:44:33:11:23:45",
@ -593,6 +596,7 @@ async def test_diagnostics_remote_adapter(
"scanners": [
{
"adapter": "hci0",
"connectable": True,
"discovered_devices_and_advertisement_data": [],
"last_detection": ANY,
"monotonic_time": ANY,
@ -612,6 +616,8 @@ async def test_diagnostics_remote_adapter(
},
{
"connectable": True,
"current_mode": None,
"requested_mode": None,
"discovered_device_timestamps": {"44:44:33:11:23:45": ANY},
"discovered_devices_and_advertisement_data": [
{

View File

@ -49,6 +49,8 @@ async def test_diagnostics_with_bluetooth(
"connections_limit": 0,
"scanner": {
"connectable": True,
"current_mode": None,
"requested_mode": None,
"discovered_device_timestamps": {},
"discovered_devices_and_advertisement_data": [],
"last_detection": ANY,

View File

@ -109,6 +109,8 @@ async def test_rpc_config_entry_diagnostics(
"bluetooth": {
"scanner": {
"connectable": False,
"current_mode": None,
"requested_mode": None,
"discovered_device_timestamps": {"AA:BB:CC:DD:EE:FF": ANY},
"discovered_devices_and_advertisement_data": [
{