mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump habluetooth to 2.7.0 (#115783)
This commit is contained in:
parent
b829f1030b
commit
98ed6e7fe5
@ -20,6 +20,6 @@
|
|||||||
"bluetooth-auto-recovery==1.4.0",
|
"bluetooth-auto-recovery==1.4.0",
|
||||||
"bluetooth-data-tools==1.19.0",
|
"bluetooth-data-tools==1.19.0",
|
||||||
"dbus-fast==2.21.1",
|
"dbus-fast==2.21.1",
|
||||||
"habluetooth==2.6.0"
|
"habluetooth==2.7.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ dbus-fast==2.21.1
|
|||||||
fnv-hash-fast==0.5.0
|
fnv-hash-fast==0.5.0
|
||||||
ha-av==10.1.1
|
ha-av==10.1.1
|
||||||
ha-ffmpeg==3.2.0
|
ha-ffmpeg==3.2.0
|
||||||
habluetooth==2.6.0
|
habluetooth==2.7.0
|
||||||
hass-nabucasa==0.78.0
|
hass-nabucasa==0.78.0
|
||||||
hassil==1.6.1
|
hassil==1.6.1
|
||||||
home-assistant-bluetooth==1.12.0
|
home-assistant-bluetooth==1.12.0
|
||||||
|
@ -1029,7 +1029,7 @@ ha-philipsjs==3.1.1
|
|||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==2.6.0
|
habluetooth==2.7.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.78.0
|
hass-nabucasa==0.78.0
|
||||||
|
@ -843,7 +843,7 @@ ha-philipsjs==3.1.1
|
|||||||
habitipy==0.2.0
|
habitipy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==2.6.0
|
habluetooth==2.7.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.78.0
|
hass-nabucasa==0.78.0
|
||||||
|
@ -176,6 +176,14 @@ async def test_diagnostics(
|
|||||||
"source": "00:00:00:00:00:01",
|
"source": "00:00:00:00:00:01",
|
||||||
"start_time": ANY,
|
"start_time": ANY,
|
||||||
"type": "HaScanner",
|
"type": "HaScanner",
|
||||||
|
"current_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
|
"requested_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"adapter": "hci1",
|
"adapter": "hci1",
|
||||||
@ -203,6 +211,14 @@ async def test_diagnostics(
|
|||||||
"source": "00:00:00:00:00:02",
|
"source": "00:00:00:00:00:02",
|
||||||
"start_time": ANY,
|
"start_time": ANY,
|
||||||
"type": "FakeHaScanner",
|
"type": "FakeHaScanner",
|
||||||
|
"current_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
|
"requested_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"slot_manager": {
|
"slot_manager": {
|
||||||
@ -376,6 +392,14 @@ async def test_diagnostics_macos(
|
|||||||
"source": "Core Bluetooth",
|
"source": "Core Bluetooth",
|
||||||
"start_time": ANY,
|
"start_time": ANY,
|
||||||
"type": "FakeHaScanner",
|
"type": "FakeHaScanner",
|
||||||
|
"current_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
|
"requested_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"slot_manager": {
|
"slot_manager": {
|
||||||
@ -543,6 +567,14 @@ async def test_diagnostics_remote_adapter(
|
|||||||
"source": "00:00:00:00:00:01",
|
"source": "00:00:00:00:00:01",
|
||||||
"start_time": ANY,
|
"start_time": ANY,
|
||||||
"type": "HaScanner",
|
"type": "HaScanner",
|
||||||
|
"current_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
|
"requested_mode": {
|
||||||
|
"__type": "<enum 'BluetoothScanningMode'>",
|
||||||
|
"repr": "<BluetoothScanningMode.ACTIVE: 'active'>",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"connectable": True,
|
"connectable": True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user