Bump habluetooth to 3.14.0 (#136791)
parent
64cda8cdb8
commit
9f586ea547
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1100,7 +1100,7 @@ ha-philipsjs==3.2.2
|
|||
habiticalib==0.3.3
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==3.13.0
|
||||
habluetooth==3.14.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.88.1
|
||||
|
|
|
@ -941,7 +941,7 @@ ha-philipsjs==3.2.2
|
|||
habiticalib==0.3.3
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==3.13.0
|
||||
habluetooth==3.14.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.88.1
|
||||
|
|
|
@ -133,6 +133,7 @@ async def test_diagnostics(
|
|||
}
|
||||
},
|
||||
"manager": {
|
||||
"allocations": {},
|
||||
"adapters": {
|
||||
"hci0": {
|
||||
"address": "00:00:00:00:00:01",
|
||||
|
@ -291,6 +292,7 @@ async def test_diagnostics_macos(
|
|||
}
|
||||
},
|
||||
"manager": {
|
||||
"allocations": {},
|
||||
"adapters": {
|
||||
"Core Bluetooth": {
|
||||
"address": "00:00:00:00:00:00",
|
||||
|
@ -484,6 +486,7 @@ async def test_diagnostics_remote_adapter(
|
|||
},
|
||||
"dbus": {},
|
||||
"manager": {
|
||||
"allocations": {},
|
||||
"adapters": {
|
||||
"hci0": {
|
||||
"address": "00:00:00:00:00:01",
|
||||
|
|
Loading…
Reference in New Issue