mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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:
parent
1e8f211725
commit
23f4f97603
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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
2
requirements_all.txt
generated
@ -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
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||||
|
@ -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 = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user