Skip to content

Commit

Permalink
Bump habluetooth to 3.14.0 (#136791)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 29, 2025
1 parent 64cda8c commit 9f586ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bluetooth/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"bluetooth-auto-recovery==1.4.2",
"bluetooth-data-tools==1.22.0",
"dbus-fast==2.30.2",
"habluetooth==3.13.0"
"habluetooth==3.14.0"
]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dbus-fast==2.30.2
fnv-hash-fast==1.2.2
go2rtc-client==0.1.2
ha-ffmpeg==3.2.2
habluetooth==3.13.0
habluetooth==3.14.0
hass-nabucasa==0.88.1
hassil==2.2.0
home-assistant-bluetooth==1.13.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/components/bluetooth/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ async def test_diagnostics(
}
},
"manager": {
"allocations": {},
"adapters": {
"hci0": {
"address": "00:00:00:00:00:01",
Expand Down Expand Up @@ -291,6 +292,7 @@ async def test_diagnostics_macos(
}
},
"manager": {
"allocations": {},
"adapters": {
"Core Bluetooth": {
"address": "00:00:00:00:00:00",
Expand Down Expand Up @@ -484,6 +486,7 @@ def inject_advertisement(
},
"dbus": {},
"manager": {
"allocations": {},
"adapters": {
"hci0": {
"address": "00:00:00:00:00:01",
Expand Down

0 comments on commit 9f586ea

Please sign in to comment.