Bump ESPHome stable BLE version to 2025.5.0 (#144857)

This commit is contained in:
J. Nick Koston 2025-05-21 16:23:04 -04:00 committed by Franck Nijhof
parent 47140e14d9
commit 41be82f167
No known key found for this signature in database
GPG Key ID: AB33ADACE7101952

View File

@ -17,7 +17,7 @@ DEFAULT_NEW_CONFIG_ALLOW_ALLOW_SERVICE_CALLS = False
DEFAULT_PORT: Final = 6053 DEFAULT_PORT: Final = 6053
STABLE_BLE_VERSION_STR = "2025.2.2" STABLE_BLE_VERSION_STR = "2025.5.0"
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR) STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
PROJECT_URLS = { PROJECT_URLS = {
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/", "esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",