Skip to content

Commit 8ae0216

Browse files
authored
Bump ESPHome stable BLE version to 2025.11.0 (home-assistant#157511)
1 parent 1472281 commit 8ae0216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/components/esphome/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
DEFAULT_PORT: Final = 6053
1919

20-
STABLE_BLE_VERSION_STR = "2025.8.0"
20+
STABLE_BLE_VERSION_STR = "2025.11.0"
2121
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
2222
PROJECT_URLS = {
2323
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",

homeassistant/components/esphome/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"title": "[%key:component::assist_pipeline::issues::assist_in_progress_deprecated::title%]"
158158
},
159159
"ble_firmware_outdated": {
160-
"description": "To improve Bluetooth reliability and performance, we highly recommend updating {name} with ESPHome {version} or later. When updating the device from ESPHome earlier than 2022.12.0, it is recommended to use a serial cable instead of an over-the-air update to take advantage of the new partition scheme.",
160+
"description": "ESPHome {version} introduces ultra-low latency event processing, reducing BLE event delays from 0-16 milliseconds to approximately 12 microseconds. This resolves stability issues when pairing, connecting, or handshaking with devices that require low latency, and makes Bluetooth proxy operations rival or exceed local adapters. We highly recommend updating {name} to take advantage of these improvements.",
161161
"title": "Update {name} with ESPHome {version} or later"
162162
},
163163
"device_conflict": {

0 commit comments

Comments
 (0)