Bump habluetooth to 3.27.0 (#140569)

changelog: https://github.com/Bluetooth-Devices/habluetooth/compare/v3.25.1...v3.27.0
This commit is contained in:
J. Nick Koston 2025-03-13 22:57:24 -10:00 committed by GitHub
parent 1e8f211725
commit 23f4f97603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 4 additions and 10 deletions

View File

@ -21,6 +21,6 @@
"bluetooth-auto-recovery==1.4.5", "bluetooth-auto-recovery==1.4.5",
"bluetooth-data-tools==1.26.0", "bluetooth-data-tools==1.26.0",
"dbus-fast==2.39.5", "dbus-fast==2.39.5",
"habluetooth==3.25.1" "habluetooth==3.27.0"
] ]
} }

View File

@ -33,7 +33,7 @@ dbus-fast==2.39.5
fnv-hash-fast==1.4.0 fnv-hash-fast==1.4.0
go2rtc-client==0.1.2 go2rtc-client==0.1.2
ha-ffmpeg==3.2.2 ha-ffmpeg==3.2.2
habluetooth==3.25.1 habluetooth==3.27.0
hass-nabucasa==0.94.0 hass-nabucasa==0.94.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
View File

@ -1109,7 +1109,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.7 habiticalib==0.3.7
# homeassistant.components.bluetooth # homeassistant.components.bluetooth
habluetooth==3.25.1 habluetooth==3.27.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.94.0 hass-nabucasa==0.94.0

View File

@ -950,7 +950,7 @@ ha-philipsjs==3.2.2
habiticalib==0.3.7 habiticalib==0.3.7
# homeassistant.components.bluetooth # homeassistant.components.bluetooth
habluetooth==3.25.1 habluetooth==3.27.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.94.0 hass-nabucasa==0.94.0

View File

@ -1019,8 +1019,6 @@ async def test_goes_unavailable_dismisses_discovery_and_makes_discoverable(
def clear_all_devices(self) -> None: def clear_all_devices(self) -> None:
"""Clear all devices.""" """Clear all devices."""
self._discovered_device_advertisement_datas.clear()
self._discovered_device_timestamps.clear()
self._previous_service_info.clear() self._previous_service_info.clear()
connector = ( connector = (
@ -1446,8 +1444,6 @@ async def test_bluetooth_rediscover(
def clear_all_devices(self) -> None: def clear_all_devices(self) -> None:
"""Clear all devices.""" """Clear all devices."""
self._discovered_device_advertisement_datas.clear()
self._discovered_device_timestamps.clear()
self._previous_service_info.clear() self._previous_service_info.clear()
connector = ( connector = (
@ -1625,8 +1621,6 @@ async def test_bluetooth_rediscover_no_match(
def clear_all_devices(self) -> None: def clear_all_devices(self) -> None:
"""Clear all devices.""" """Clear all devices."""
self._discovered_device_advertisement_datas.clear()
self._discovered_device_timestamps.clear()
self._previous_service_info.clear() self._previous_service_info.clear()
connector = ( connector = (