Skip to content

Commit 90fcba2

Browse files
author
esphomebot
committed
Bump version to 2025.10.2
1 parent db2eade commit 90fcba2

File tree

5 files changed

+28
-18
lines changed

5 files changed

+28
-18
lines changed

esphome-beta/CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## 2025.10.1
1+
## 2025.10.2
22

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

5-
- [mipi_spi] Rotation fixes [esphome#11226](https://github.com/esphome/esphome/pull/11226) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
6-
- [ota] Fix MQTT resolution when static IP appears first in device list [esphome#11272](https://github.com/esphome/esphome/pull/11272) by [@bdraco](https://github.com/bdraco)
7-
- [ota.esphome] Handle blank password the same as no password defined [esphome#11271](https://github.com/esphome/esphome/pull/11271) by [@jesserockz](https://github.com/jesserockz)
8-
- [tests] Fix OTA password test assertions after merge collision [esphome#11275](https://github.com/esphome/esphome/pull/11275) by [@bdraco](https://github.com/bdraco)
9-
- [wifi] Fix enterprise wifi [esphome#11276](https://github.com/esphome/esphome/pull/11276) by [@swoboda1337](https://github.com/swoboda1337)
10-
- [substitutions] Fix AttributeError when using packages with substitutions [esphome#11274](https://github.com/esphome/esphome/pull/11274) by [@bdraco](https://github.com/bdraco)
5+
- [datetime] Fix DateTimeStateTrigger compilation when time component is not used [esphome#11287](https://github.com/esphome/esphome/pull/11287) by [@bdraco](https://github.com/bdraco)
6+
- [core] Add ESP32 ROM functions to reserved ids [esphome#11293](https://github.com/esphome/esphome/pull/11293) by [@swoboda1337](https://github.com/swoboda1337)
7+
- [htu21d] Revert register address change [esphome#11291](https://github.com/esphome/esphome/pull/11291) by [@swoboda1337](https://github.com/swoboda1337)
8+
- [esp32] Reduce tx power on Arduino in the event of a brownout [esphome#11304](https://github.com/esphome/esphome/pull/11304) by [@swoboda1337](https://github.com/swoboda1337)
9+
- [const] Add CONF_OPENTHREAD [esphome#11318](https://github.com/esphome/esphome/pull/11318) by [@danstiner](https://github.com/danstiner)
10+
- [dashboard] Fix binary download with packages using secrets after Path migration [esphome#11313](https://github.com/esphome/esphome/pull/11313) by [@bdraco](https://github.com/bdraco)
11+
- [dashboard] fix migration to Path [esphome#11342](https://github.com/esphome/esphome/pull/11342) by [@tomaszduda23](https://github.com/tomaszduda23)
12+
- [scd4x, bme68x] Fix temperature_offset to use the temperature_delta instead of temperature [esphome#11347](https://github.com/esphome/esphome/pull/11347) by [@Spectre5](https://github.com/Spectre5)
13+
- [core] Fix IndexError when OTA devices cannot be resolved [esphome#11311](https://github.com/esphome/esphome/pull/11311) by [@bdraco](https://github.com/bdraco)
14+
- [esp32] Fix OTA rollback [esphome#11300](https://github.com/esphome/esphome/pull/11300) by [@swoboda1337](https://github.com/swoboda1337)
15+
- [openthread] Backport address resolution support to prevent OTA crash [esphome#11312](https://github.com/esphome/esphome/pull/11312) by [@bdraco](https://github.com/bdraco)
1116

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.10.1
35+
version: 2025.10.2
3636
slug: esphome-beta
3737
description: Beta version of ESPHome Device Builder
3838
image: ghcr.io/esphome/esphome-hassio

esphome/CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## 2025.10.1
1+
## 2025.10.2
22

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

5-
- [mipi_spi] Rotation fixes [esphome#11226](https://github.com/esphome/esphome/pull/11226) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
6-
- [ota] Fix MQTT resolution when static IP appears first in device list [esphome#11272](https://github.com/esphome/esphome/pull/11272) by [@bdraco](https://github.com/bdraco)
7-
- [ota.esphome] Handle blank password the same as no password defined [esphome#11271](https://github.com/esphome/esphome/pull/11271) by [@jesserockz](https://github.com/jesserockz)
8-
- [tests] Fix OTA password test assertions after merge collision [esphome#11275](https://github.com/esphome/esphome/pull/11275) by [@bdraco](https://github.com/bdraco)
9-
- [wifi] Fix enterprise wifi [esphome#11276](https://github.com/esphome/esphome/pull/11276) by [@swoboda1337](https://github.com/swoboda1337)
10-
- [substitutions] Fix AttributeError when using packages with substitutions [esphome#11274](https://github.com/esphome/esphome/pull/11274) by [@bdraco](https://github.com/bdraco)
5+
- [datetime] Fix DateTimeStateTrigger compilation when time component is not used [esphome#11287](https://github.com/esphome/esphome/pull/11287) by [@bdraco](https://github.com/bdraco)
6+
- [core] Add ESP32 ROM functions to reserved ids [esphome#11293](https://github.com/esphome/esphome/pull/11293) by [@swoboda1337](https://github.com/swoboda1337)
7+
- [htu21d] Revert register address change [esphome#11291](https://github.com/esphome/esphome/pull/11291) by [@swoboda1337](https://github.com/swoboda1337)
8+
- [esp32] Reduce tx power on Arduino in the event of a brownout [esphome#11304](https://github.com/esphome/esphome/pull/11304) by [@swoboda1337](https://github.com/swoboda1337)
9+
- [const] Add CONF_OPENTHREAD [esphome#11318](https://github.com/esphome/esphome/pull/11318) by [@danstiner](https://github.com/danstiner)
10+
- [dashboard] Fix binary download with packages using secrets after Path migration [esphome#11313](https://github.com/esphome/esphome/pull/11313) by [@bdraco](https://github.com/bdraco)
11+
- [dashboard] fix migration to Path [esphome#11342](https://github.com/esphome/esphome/pull/11342) by [@tomaszduda23](https://github.com/tomaszduda23)
12+
- [scd4x, bme68x] Fix temperature_offset to use the temperature_delta instead of temperature [esphome#11347](https://github.com/esphome/esphome/pull/11347) by [@Spectre5](https://github.com/Spectre5)
13+
- [core] Fix IndexError when OTA devices cannot be resolved [esphome#11311](https://github.com/esphome/esphome/pull/11311) by [@bdraco](https://github.com/bdraco)
14+
- [esp32] Fix OTA rollback [esphome#11300](https://github.com/esphome/esphome/pull/11300) by [@swoboda1337](https://github.com/swoboda1337)
15+
- [openthread] Backport address resolution support to prevent OTA crash [esphome#11312](https://github.com/esphome/esphome/pull/11312) by [@bdraco](https://github.com/bdraco)
1116

esphome/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
3434
panel_title: ESPHome Builder
35-
version: 2025.10.1
35+
version: 2025.10.2
3636
slug: esphome
3737
description: Build your own smart home devices using ESPHome, no programming experience
3838
required

template/addon_config.yaml

Lines changed: 2 additions & 2 deletions
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.10.1" # BETA
74+
version: "2025.10.2" # BETA
7575
slug: esphome-beta
7676
description: "Beta version of ESPHome Device Builder"
7777
url: https://beta.esphome.io/
@@ -86,7 +86,7 @@ esphome-stable:
8686
directory: esphome
8787
name: ESPHome Device Builder
8888
panel_title: ESPHome Builder
89-
version: "2025.10.1" # STABLE
89+
version: "2025.10.2" # STABLE
9090
slug: esphome
9191
description: "Build your own smart home devices using ESPHome, no programming experience required"
9292
image: ghcr.io/esphome/esphome-hassio

0 commit comments

Comments
 (0)