1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 12:44:04 +01:00

Bump ESPHome stable BLE version to 2026.5.1 (#172196)

This commit is contained in:
J. Nick Koston
2026-05-25 17:00:30 -05:00
committed by GitHub
parent 7f7dad7f71
commit d7ab696a4c
+1 -1
View File
@@ -27,7 +27,7 @@ DEFAULT_BLUETOOTH_SCANNING_MODE = BluetoothScanningMode.AUTO.value
DEFAULT_PORT: Final = 6053
STABLE_BLE_VERSION_STR = "2025.11.0"
STABLE_BLE_VERSION_STR = "2026.5.1"
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
PROJECT_URLS = {
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",