Bump habluetooth to 3.14.0 (#136791)

This commit is contained in:
J. Nick Koston 2025-01-28 15:10:33 -10:00 committed by GitHub
parent 64cda8cdb8
commit 9f586ea547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 4 deletions

View File

@ -21,6 +21,6 @@
"bluetooth-auto-recovery==1.4.2", "bluetooth-auto-recovery==1.4.2",
"bluetooth-data-tools==1.22.0", "bluetooth-data-tools==1.22.0",
"dbus-fast==2.30.2", "dbus-fast==2.30.2",
"habluetooth==3.13.0" "habluetooth==3.14.0"
] ]
} }

View File

@ -33,7 +33,7 @@ dbus-fast==2.30.2
fnv-hash-fast==1.2.2 fnv-hash-fast==1.2.2
go2rtc-client==0.1.2 go2rtc-client==0.1.2
ha-ffmpeg==3.2.2 ha-ffmpeg==3.2.2
habluetooth==3.13.0 habluetooth==3.14.0
hass-nabucasa==0.88.1 hass-nabucasa==0.88.1
hassil==2.2.0 hassil==2.2.0
home-assistant-bluetooth==1.13.0 home-assistant-bluetooth==1.13.0

2
requirements_all.txt generated
View File

@ -1100,7 +1100,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.3 habiticalib==0.3.3
# homeassistant.components.bluetooth # homeassistant.components.bluetooth
habluetooth==3.13.0 habluetooth==3.14.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.88.1 hass-nabucasa==0.88.1

View File

@ -941,7 +941,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.3 habiticalib==0.3.3
# homeassistant.components.bluetooth # homeassistant.components.bluetooth
habluetooth==3.13.0 habluetooth==3.14.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.88.1 hass-nabucasa==0.88.1

View File

@ -133,6 +133,7 @@ async def test_diagnostics(
} }
}, },
"manager": { "manager": {
"allocations": {},
"adapters": { "adapters": {
"hci0": { "hci0": {
"address": "00:00:00:00:00:01", "address": "00:00:00:00:00:01",
@ -291,6 +292,7 @@ async def test_diagnostics_macos(
} }
}, },
"manager": { "manager": {
"allocations": {},
"adapters": { "adapters": {
"Core Bluetooth": { "Core Bluetooth": {
"address": "00:00:00:00:00:00", "address": "00:00:00:00:00:00",
@ -484,6 +486,7 @@ async def test_diagnostics_remote_adapter(
}, },
"dbus": {}, "dbus": {},
"manager": { "manager": {
"allocations": {},
"adapters": { "adapters": {
"hci0": { "hci0": {
"address": "00:00:00:00:00:01", "address": "00:00:00:00:00:01",