Skip to content

Commit a5bb28a

Browse files
author
esphomebot
committed
Bump version to 2025.10.5
1 parent b7ecdef commit a5bb28a

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

esphome-beta/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## 2025.10.4
1+
## 2025.10.5
22

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

5-
- [uart] Fix order of initialization calls [esphome#11510](https://github.com/esphome/esphome/pull/11510) by [@kbx81](https://github.com/kbx81)
6-
- Fix the LiberTiny bug with UART pin setup [esphome#11518](https://github.com/esphome/esphome/pull/11518) by [@asergunov](https://github.com/asergunov)
7-
- [mipi_rgb] Fix rotation with custom model [esphome#11585](https://github.com/esphome/esphome/pull/11585) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
8-
- [lvgl] Fix nested lambdas in automations unable to access parameters [esphome#11583](https://github.com/esphome/esphome/pull/11583) by [@bdraco](https://github.com/bdraco)
9-
- [image] Catch and report svg load errors [esphome#11619](https://github.com/esphome/esphome/pull/11619) by [@clydebarrow](https://github.com/clydebarrow)
10-
- [lvgl] Fix event for binary sensor [esphome#11636](https://github.com/esphome/esphome/pull/11636) by [@clydebarrow](https://github.com/clydebarrow)
11-
- [sdl] Fix keymappings [esphome#11635](https://github.com/esphome/esphome/pull/11635) by [@clydebarrow](https://github.com/clydebarrow)
5+
- [const] Add CONF_ROWS [esphome#11249](https://github.com/esphome/esphome/pull/11249) by [@stuartparmenter](https://github.com/stuartparmenter)
6+
- [core] Don't allow python 3.14 [esphome#11527](https://github.com/esphome/esphome/pull/11527) by [@swoboda1337](https://github.com/swoboda1337)
7+
- [usb_uart] Fixes for transfer queue allocation [esphome#11548](https://github.com/esphome/esphome/pull/11548) by [@clydebarrow](https://github.com/clydebarrow)
8+
- [lvgl] Fix rotation with unusual width [esphome#11680](https://github.com/esphome/esphome/pull/11680) by [@clydebarrow](https://github.com/clydebarrow)
129

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

esphome/CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## 2025.10.4
1+
## 2025.10.5
22

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

5-
- [uart] Fix order of initialization calls [esphome#11510](https://github.com/esphome/esphome/pull/11510) by [@kbx81](https://github.com/kbx81)
6-
- Fix the LiberTiny bug with UART pin setup [esphome#11518](https://github.com/esphome/esphome/pull/11518) by [@asergunov](https://github.com/asergunov)
7-
- [mipi_rgb] Fix rotation with custom model [esphome#11585](https://github.com/esphome/esphome/pull/11585) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
8-
- [lvgl] Fix nested lambdas in automations unable to access parameters [esphome#11583](https://github.com/esphome/esphome/pull/11583) by [@bdraco](https://github.com/bdraco)
9-
- [image] Catch and report svg load errors [esphome#11619](https://github.com/esphome/esphome/pull/11619) by [@clydebarrow](https://github.com/clydebarrow)
10-
- [lvgl] Fix event for binary sensor [esphome#11636](https://github.com/esphome/esphome/pull/11636) by [@clydebarrow](https://github.com/clydebarrow)
11-
- [sdl] Fix keymappings [esphome#11635](https://github.com/esphome/esphome/pull/11635) by [@clydebarrow](https://github.com/clydebarrow)
5+
- [const] Add CONF_ROWS [esphome#11249](https://github.com/esphome/esphome/pull/11249) by [@stuartparmenter](https://github.com/stuartparmenter)
6+
- [core] Don't allow python 3.14 [esphome#11527](https://github.com/esphome/esphome/pull/11527) by [@swoboda1337](https://github.com/swoboda1337)
7+
- [usb_uart] Fixes for transfer queue allocation [esphome#11548](https://github.com/esphome/esphome/pull/11548) by [@clydebarrow](https://github.com/clydebarrow)
8+
- [lvgl] Fix rotation with unusual width [esphome#11680](https://github.com/esphome/esphome/pull/11680) by [@clydebarrow](https://github.com/clydebarrow)
129

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.4
35+
version: 2025.10.5
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.4" # BETA
74+
version: "2025.10.5" # 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.4" # STABLE
89+
version: "2025.10.5" # 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)