From d7ab696a4c50f6eef79b650bb970c576da5232b8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 25 May 2026 17:00:30 -0500 Subject: [PATCH] Bump ESPHome stable BLE version to 2026.5.1 (#172196) --- homeassistant/components/esphome/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/esphome/const.py b/homeassistant/components/esphome/const.py index ad2538305b3..b10995ac27c 100644 --- a/homeassistant/components/esphome/const.py +++ b/homeassistant/components/esphome/const.py @@ -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/",