mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump habluetooth to 3.22.0 (#138812)
This commit is contained in:
parent
689421eddf
commit
46599a4ac4
@ -21,6 +21,6 @@
|
|||||||
"bluetooth-auto-recovery==1.4.2",
|
"bluetooth-auto-recovery==1.4.2",
|
||||||
"bluetooth-data-tools==1.23.4",
|
"bluetooth-data-tools==1.23.4",
|
||||||
"dbus-fast==2.33.0",
|
"dbus-fast==2.33.0",
|
||||||
"habluetooth==3.21.1"
|
"habluetooth==3.22.0"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@ dbus-fast==2.33.0
|
|||||||
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.21.1
|
habluetooth==3.22.0
|
||||||
hass-nabucasa==0.92.0
|
hass-nabucasa==0.92.0
|
||||||
hassil==2.2.3
|
hassil==2.2.3
|
||||||
home-assistant-bluetooth==1.13.1
|
home-assistant-bluetooth==1.13.1
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1103,7 +1103,7 @@ ha-philipsjs==3.2.2
|
|||||||
habiticalib==0.3.7
|
habiticalib==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==3.21.1
|
habluetooth==3.22.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.92.0
|
hass-nabucasa==0.92.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -944,7 +944,7 @@ ha-philipsjs==3.2.2
|
|||||||
habiticalib==0.3.7
|
habiticalib==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
habluetooth==3.21.1
|
habluetooth==3.22.0
|
||||||
|
|
||||||
# homeassistant.components.cloud
|
# homeassistant.components.cloud
|
||||||
hass-nabucasa==0.92.0
|
hass-nabucasa==0.92.0
|
||||||
|
@ -182,6 +182,7 @@ async def test_diagnostics(
|
|||||||
"scanners": [
|
"scanners": [
|
||||||
{
|
{
|
||||||
"adapter": "hci0",
|
"adapter": "hci0",
|
||||||
|
"connectable": True,
|
||||||
"discovered_devices_and_advertisement_data": [],
|
"discovered_devices_and_advertisement_data": [],
|
||||||
"last_detection": ANY,
|
"last_detection": ANY,
|
||||||
"monotonic_time": ANY,
|
"monotonic_time": ANY,
|
||||||
@ -218,6 +219,7 @@ async def test_diagnostics(
|
|||||||
"rssi": -127,
|
"rssi": -127,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"connectable": True,
|
||||||
"last_detection": ANY,
|
"last_detection": ANY,
|
||||||
"monotonic_time": ANY,
|
"monotonic_time": ANY,
|
||||||
"name": "hci1 (00:00:00:00:00:02)",
|
"name": "hci1 (00:00:00:00:00:02)",
|
||||||
@ -391,6 +393,7 @@ async def test_diagnostics_macos(
|
|||||||
"scanners": [
|
"scanners": [
|
||||||
{
|
{
|
||||||
"adapter": "Core Bluetooth",
|
"adapter": "Core Bluetooth",
|
||||||
|
"connectable": True,
|
||||||
"discovered_devices_and_advertisement_data": [
|
"discovered_devices_and_advertisement_data": [
|
||||||
{
|
{
|
||||||
"address": "44:44:33:11:23:45",
|
"address": "44:44:33:11:23:45",
|
||||||
@ -593,6 +596,7 @@ async def test_diagnostics_remote_adapter(
|
|||||||
"scanners": [
|
"scanners": [
|
||||||
{
|
{
|
||||||
"adapter": "hci0",
|
"adapter": "hci0",
|
||||||
|
"connectable": True,
|
||||||
"discovered_devices_and_advertisement_data": [],
|
"discovered_devices_and_advertisement_data": [],
|
||||||
"last_detection": ANY,
|
"last_detection": ANY,
|
||||||
"monotonic_time": ANY,
|
"monotonic_time": ANY,
|
||||||
@ -612,6 +616,8 @@ async def test_diagnostics_remote_adapter(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"connectable": True,
|
"connectable": True,
|
||||||
|
"current_mode": None,
|
||||||
|
"requested_mode": None,
|
||||||
"discovered_device_timestamps": {"44:44:33:11:23:45": ANY},
|
"discovered_device_timestamps": {"44:44:33:11:23:45": ANY},
|
||||||
"discovered_devices_and_advertisement_data": [
|
"discovered_devices_and_advertisement_data": [
|
||||||
{
|
{
|
||||||
|
@ -49,6 +49,8 @@ async def test_diagnostics_with_bluetooth(
|
|||||||
"connections_limit": 0,
|
"connections_limit": 0,
|
||||||
"scanner": {
|
"scanner": {
|
||||||
"connectable": True,
|
"connectable": True,
|
||||||
|
"current_mode": None,
|
||||||
|
"requested_mode": None,
|
||||||
"discovered_device_timestamps": {},
|
"discovered_device_timestamps": {},
|
||||||
"discovered_devices_and_advertisement_data": [],
|
"discovered_devices_and_advertisement_data": [],
|
||||||
"last_detection": ANY,
|
"last_detection": ANY,
|
||||||
|
@ -109,6 +109,8 @@ async def test_rpc_config_entry_diagnostics(
|
|||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"scanner": {
|
"scanner": {
|
||||||
"connectable": False,
|
"connectable": False,
|
||||||
|
"current_mode": None,
|
||||||
|
"requested_mode": None,
|
||||||
"discovered_device_timestamps": {"AA:BB:CC:DD:EE:FF": ANY},
|
"discovered_device_timestamps": {"AA:BB:CC:DD:EE:FF": ANY},
|
||||||
"discovered_devices_and_advertisement_data": [
|
"discovered_devices_and_advertisement_data": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user