We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b2c6d commit 3d0ecf0Copy full SHA for 3d0ecf0
homeassistant/components/esphome/const.py
@@ -17,7 +17,7 @@
17
18
DEFAULT_PORT: Final = 6053
19
20
-STABLE_BLE_VERSION_STR = "2025.5.0"
+STABLE_BLE_VERSION_STR = "2025.8.0"
21
STABLE_BLE_VERSION = AwesomeVersion(STABLE_BLE_VERSION_STR)
22
PROJECT_URLS = {
23
"esphome.bluetooth-proxy": "https://esphome.github.io/bluetooth-proxies/",
0 commit comments