Skip to content

Commit 3d0ecf0

Browse files
authored
Bump ESPHome minimum stable BLE version to 2025.8.0 (home-assistant#150924)
1 parent 19b2c6d commit 3d0ecf0

File tree

1 file changed

+1
-1
lines changed
  • homeassistant/components/esphome

1 file changed

+1
-1
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.5.0"
20+
STABLE_BLE_VERSION_STR = "2025.8.0"
2121
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
2222
PROJECT_URLS = {
2323
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",

0 commit comments

Comments
 (0)