Bump bluetooth libraries (#105522)
parent
4859226496
commit
e2abd3b8d0
|
@ -20,6 +20,6 @@
|
|||
"bluetooth-auto-recovery==1.2.3",
|
||||
"bluetooth-data-tools==1.17.0",
|
||||
"dbus-fast==2.20.0",
|
||||
"habluetooth==0.10.0"
|
||||
"habluetooth==0.11.1"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23,10 +23,10 @@ dbus-fast==2.20.0
|
|||
fnv-hash-fast==0.5.0
|
||||
ha-av==10.1.1
|
||||
ha-ffmpeg==3.1.0
|
||||
habluetooth==0.10.0
|
||||
habluetooth==0.11.1
|
||||
hass-nabucasa==0.74.0
|
||||
hassil==1.5.1
|
||||
home-assistant-bluetooth==1.10.4
|
||||
home-assistant-bluetooth==1.11.0
|
||||
home-assistant-frontend==20231208.2
|
||||
home-assistant-intents==2023.12.05
|
||||
httpx==0.25.0
|
||||
|
|
|
@ -37,7 +37,7 @@ dependencies = [
|
|||
# When bumping httpx, please check the version pins of
|
||||
# httpcore, anyio, and h11 in gen_requirements_all
|
||||
"httpx==0.25.0",
|
||||
"home-assistant-bluetooth==1.10.4",
|
||||
"home-assistant-bluetooth==1.11.0",
|
||||
"ifaddr==0.2.0",
|
||||
"Jinja2==3.1.2",
|
||||
"lru-dict==1.2.0",
|
||||
|
|
|
@ -15,7 +15,7 @@ bcrypt==4.0.1
|
|||
certifi>=2021.5.30
|
||||
ciso8601==2.3.0
|
||||
httpx==0.25.0
|
||||
home-assistant-bluetooth==1.10.4
|
||||
home-assistant-bluetooth==1.11.0
|
||||
ifaddr==0.2.0
|
||||
Jinja2==3.1.2
|
||||
lru-dict==1.2.0
|
||||
|
|
|
@ -984,7 +984,7 @@ ha-philipsjs==3.1.1
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==0.10.0
|
||||
habluetooth==0.11.1
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.74.0
|
||||
|
|
|
@ -783,7 +783,7 @@ ha-philipsjs==3.1.1
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==0.10.0
|
||||
habluetooth==0.11.1
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.74.0
|
||||
|
|
|
@ -897,6 +897,7 @@ async def test_goes_unavailable_dismisses_discovery_and_makes_discoverable(
|
|||
"""Clear all devices."""
|
||||
self._discovered_device_advertisement_datas.clear()
|
||||
self._discovered_device_timestamps.clear()
|
||||
self._previous_service_info.clear()
|
||||
|
||||
new_info_callback = async_get_advertisement_callback(hass)
|
||||
connector = (
|
||||
|
|
|
@ -94,7 +94,7 @@ async def test_estimated_broadcast_interval(
|
|||
"sensor.private_ble_device_000000_estimated_broadcast_interval"
|
||||
)
|
||||
assert state
|
||||
assert state.state == "10"
|
||||
assert state.state == "10.0"
|
||||
|
||||
# MAC address changes, the broadcast interval is kept
|
||||
|
||||
|
|
Loading…
Reference in New Issue