Skip to content

Commit c0ac63e

Browse files
author
esphomebot
committed
Bump version to 2025.11.0b2
1 parent a1f1c02 commit c0ac63e

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

esphome-beta/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
## 2025.11.0b120251113
1+
## 2025.11.0b2
22

33
[**Read release announcement**](https://beta.esphome.io/changelog/2025.11.0)
44

5-
ESPHome
5+
- [ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests [esphome#11850](https://github.com/esphome/esphome/pull/11850) by [@bdraco](https://github.com/bdraco)
6+
- [esp32] Update the recommended platform to 55.03.31-2 [esphome#11865](https://github.com/esphome/esphome/pull/11865) by [@swoboda1337](https://github.com/swoboda1337)
7+
- [core] Fix wait_until hanging when used in on_boot automations [esphome#11869](https://github.com/esphome/esphome/pull/11869) by [@bdraco](https://github.com/bdraco)
8+
- [api] Eliminate heap allocations when transmitting Event types [esphome#11773](https://github.com/esphome/esphome/pull/11773) by [@bdraco](https://github.com/bdraco)
9+
- [esp32_ble_tracker] Use initializer_list to eliminate compiler warning and reduce flash usage [esphome#11861](https://github.com/esphome/esphome/pull/11861) by [@bdraco](https://github.com/bdraco)
10+
- [api][event] Send events immediately to prevent loss during rapid triggers [esphome#11777](https://github.com/esphome/esphome/pull/11777) by [@bdraco](https://github.com/bdraco)
11+
- [thermostat] Replace std::map with FixedVector, reduce flash usage [esphome#11875](https://github.com/esphome/esphome/pull/11875) by [@bdraco](https://github.com/bdraco)
12+
- [mqtt] Fix crash with empty broker during upload/logs [esphome#11866](https://github.com/esphome/esphome/pull/11866) by [@bdraco](https://github.com/bdraco)
13+
- [light] Fix dangling reference in compute_color_mode causing memory corruption [esphome#11868](https://github.com/esphome/esphome/pull/11868) by [@bdraco](https://github.com/bdraco)
14+
- [wifi][ethernet] Fix spurious warnings and unclear status after PR #9823 [esphome#11871](https://github.com/esphome/esphome/pull/11871) by [@bdraco](https://github.com/bdraco)
15+
- [wifi] Fix slow reconnection after connection loss for all network types [esphome#11873](https://github.com/esphome/esphome/pull/11873) by [@bdraco](https://github.com/bdraco)
16+

esphome-beta/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ init: false
3232
startup: services
3333
name: ESPHome Device Builder (beta)
3434
panel_title: ESPHome Builder (beta)
35-
version: 2025.11.0b120251113
35+
version: 2025.11.0b2
3636
slug: esphome-beta
3737
description: Beta version of ESPHome Device Builder
3838
image: ghcr.io/esphome/esphome-hassio

template/addon_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ esphome-beta:
7171
directory: esphome-beta
7272
name: ESPHome Device Builder (beta)
7373
panel_title: ESPHome Builder (beta)
74-
version: "2025.11.0b120251113" # BETA
74+
version: "2025.11.0b2" # BETA
7575
slug: esphome-beta
7676
description: "Beta version of ESPHome Device Builder"
7777
url: https://beta.esphome.io/

0 commit comments

Comments
 (0)