Compare commits

...

2 Commits

Author SHA1 Message Date
J. Nick Koston ad004f87ef Update bluetooth diagnostics test for new adapter fields 2026-05-25 11:10:43 -05:00
J. Nick Koston 51e4badcce Bump bluetooth-adapters to 2.3.0 2026-05-25 10:48:08 -05:00
4 changed files with 7 additions and 3 deletions
@@ -17,7 +17,7 @@
"requirements": [
"bleak==3.0.2",
"bleak-retry-connector==4.6.1",
"bluetooth-adapters==2.2.0",
"bluetooth-adapters==2.3.0",
"bluetooth-auto-recovery==1.6.4",
"bluetooth-data-tools==1.29.18",
"dbus-fast==5.0.9",
+1 -1
View File
@@ -22,7 +22,7 @@ awesomeversion==25.8.0
bcrypt==5.0.0
bleak-retry-connector==4.6.1
bleak==3.0.2
bluetooth-adapters==2.2.0
bluetooth-adapters==2.3.0
bluetooth-auto-recovery==1.6.4
bluetooth-data-tools==1.29.18
cached-ipaddress==1.1.1
+1 -1
View File
@@ -675,7 +675,7 @@ bluecurrent-api==1.3.2
bluemaestro-ble==0.4.1
# homeassistant.components.bluetooth
bluetooth-adapters==2.2.0
bluetooth-adapters==2.3.0
# homeassistant.components.bluetooth
bluetooth-auto-recovery==1.6.4
@@ -325,8 +325,10 @@ async def test_diagnostics_macos(
"Core Bluetooth": {
"adapter_type": None,
"address": "00:00:00:00:00:00",
"advertise": True,
"manufacturer": "Apple",
"passive_scan": False,
"powered": True,
"product": "Unknown MacOS Model",
"product_id": "Unknown",
"sw_version": ANY,
@@ -346,8 +348,10 @@ async def test_diagnostics_macos(
"Core Bluetooth": {
"adapter_type": None,
"address": "00:00:00:00:00:00",
"advertise": True,
"manufacturer": "Apple",
"passive_scan": False,
"powered": True,
"product": "Unknown MacOS Model",
"product_id": "Unknown",
"sw_version": ANY,