Bump habluetooth to 2.7.0 (#115783)

This commit is contained in:
J. Nick Koston 2024-04-17 17:47:40 -05:00 committed by GitHub
parent b829f1030b
commit 98ed6e7fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 36 additions and 4 deletions

View File

@ -20,6 +20,6 @@
"bluetooth-auto-recovery==1.4.0",
"bluetooth-data-tools==1.19.0",
"dbus-fast==2.21.1",
"habluetooth==2.6.0"
"habluetooth==2.7.0"
]
}

View File

@ -28,7 +28,7 @@ dbus-fast==2.21.1
fnv-hash-fast==0.5.0
ha-av==10.1.1
ha-ffmpeg==3.2.0
habluetooth==2.6.0
habluetooth==2.7.0
hass-nabucasa==0.78.0
hassil==1.6.1
home-assistant-bluetooth==1.12.0

View File

@ -1029,7 +1029,7 @@ ha-philipsjs==3.1.1
habitipy==0.2.0
# homeassistant.components.bluetooth
habluetooth==2.6.0
habluetooth==2.7.0
# homeassistant.components.cloud
hass-nabucasa==0.78.0

View File

@ -843,7 +843,7 @@ ha-philipsjs==3.1.1
habitipy==0.2.0
# homeassistant.components.bluetooth
habluetooth==2.6.0
habluetooth==2.7.0
# homeassistant.components.cloud
hass-nabucasa==0.78.0

View File

@ -176,6 +176,14 @@ async def test_diagnostics(
"source": "00:00:00:00:00:01",
"start_time": ANY,
"type": "HaScanner",
"current_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
"requested_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
},
{
"adapter": "hci1",
@ -203,6 +211,14 @@ async def test_diagnostics(
"source": "00:00:00:00:00:02",
"start_time": ANY,
"type": "FakeHaScanner",
"current_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
"requested_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
},
],
"slot_manager": {
@ -376,6 +392,14 @@ async def test_diagnostics_macos(
"source": "Core Bluetooth",
"start_time": ANY,
"type": "FakeHaScanner",
"current_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
"requested_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
}
],
"slot_manager": {
@ -543,6 +567,14 @@ async def test_diagnostics_remote_adapter(
"source": "00:00:00:00:00:01",
"start_time": ANY,
"type": "HaScanner",
"current_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
"requested_mode": {
"__type": "<enum 'BluetoothScanningMode'>",
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
},
},
{
"connectable": True,