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/",