Skip to content

Commit ee2c299

Browse files
committed
Merge branch 'current' into next
2 parents 239fb5d + c45f315 commit ee2c299

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

content/changelog/2025.11.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,22 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
518518

519519
<!-- markdownlint-disable MD013 -->
520520

521+
## Release 2025.11.2 - November 27
522+
523+
<details>
524+
<summary></summary>
525+
526+
- [nextion] Do not set alternative baud rate when not specified or `<= 0` [esphome#12097](https://github.com/esphome/esphome/pull/12097) by [@edwardtfn](https://github.com/edwardtfn)
527+
- [esp32] Fix platformio flash size print [esphome#12099](https://github.com/esphome/esphome/pull/12099) by [@swoboda1337](https://github.com/swoboda1337)
528+
- [script] Fix script.wait hanging when triggered from on_boot [esphome#12102](https://github.com/esphome/esphome/pull/12102) by [@bdraco](https://github.com/bdraco)
529+
- [lvgl] Allow multiple widgets per grid cell [esphome#12091](https://github.com/esphome/esphome/pull/12091) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
530+
- [lvgl] Fix position of errors in widget config [esphome#12111](https://github.com/esphome/esphome/pull/12111) by [@clydebarrow](https://github.com/clydebarrow)
531+
- [esp32] Fix hosted update when there is no wifi [esphome#12123](https://github.com/esphome/esphome/pull/12123) by [@swoboda1337](https://github.com/swoboda1337)
532+
- [wifi] Restore blocking setup until connected for RP2040 [esphome#12142](https://github.com/esphome/esphome/pull/12142) by [@clydebarrow](https://github.com/clydebarrow)
533+
- [scheduler] Fix use-after-move crash in heap operations [esphome#12124](https://github.com/esphome/esphome/pull/12124) by [@bdraco](https://github.com/bdraco)
534+
535+
</details>
536+
521537
## Release 2025.11.1 - November 24
522538

523539
<details>

content/guides/supporters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
16371637
- [pethans (@pethans)](https://github.com/pethans)
16381638
- [Peter Remøy Paulsen (@petrepa)](https://github.com/petrepa)
16391639
- [Peter Kieser (@pfak)](https://github.com/pfak)
1640+
- [Pawelo (@pgolawsk)](https://github.com/pgolawsk)
16401641
- [Lee (@phatone007)](https://github.com/phatone007)
16411642
- [Philippe Delodder (@phdelodder)](https://github.com/phdelodder)
16421643
- [Pat Hermens (@PHeonix25)](https://github.com/PHeonix25)
@@ -2275,4 +2276,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22752276
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22762277
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22772278

2278-
*This page was last updated November 24, 2025.*
2279+
*This page was last updated November 27, 2025.*

data/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: 2025.11.1
1+
release: 2025.11.2
22
version: '2025.11'

0 commit comments

Comments
 (0)