Skip to content

Commit a00736f

Browse files
authored
Merge pull request #5715 from esphome/bump-2025.11.3
2025.11.3
2 parents 941ef5a + 3e7bd30 commit a00736f

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

content/changelog/2025.11.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,25 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
526526

527527
<!-- markdownlint-disable MD013 -->
528528

529+
## Release 2025.11.3 - December 3
530+
531+
<details>
532+
<summary></summary>
533+
534+
- [build] Don't clear pio cache unless requested [esphome#11966](https://github.com/esphome/esphome/pull/11966) by [@clydebarrow](https://github.com/clydebarrow)
535+
- [usb_uart] Wake main loop immediately when USB data arrives [esphome#12148](https://github.com/esphome/esphome/pull/12148) by [@bdraco](https://github.com/bdraco)
536+
- [espnow] Initialize LwIP stack when running without WiFi component [esphome#12169](https://github.com/esphome/esphome/pull/12169) by [@bdraco](https://github.com/bdraco)
537+
- [helpers] Add conversion from FixedVector to std::vector [esphome#12179](https://github.com/esphome/esphome/pull/12179) by [@clydebarrow](https://github.com/clydebarrow)
538+
- [hlk_fm22x] Fix Action::play method signatures [esphome#12192](https://github.com/esphome/esphome/pull/12192) by [@bdraco](https://github.com/bdraco)
539+
- [mopeka_pro_check] Fix negative temperatures [esphome#12198](https://github.com/esphome/esphome/pull/12198) by [@swoboda1337](https://github.com/swoboda1337)
540+
- [ade7953] Apply voltage_gain setting to both channels [esphome#12180](https://github.com/esphome/esphome/pull/12180) by [@dlitz](https://github.com/dlitz)
541+
- [core] Fix clean all on windows [esphome#12217](https://github.com/esphome/esphome/pull/12217) by [@swoboda1337](https://github.com/swoboda1337)
542+
- [rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 [esphome#12230](https://github.com/esphome/esphome/pull/12230) by [@swoboda1337](https://github.com/swoboda1337)
543+
- [analog_threshold] Fix oscillation when using invert filter [esphome#12251](https://github.com/esphome/esphome/pull/12251) by [@swoboda1337](https://github.com/swoboda1337)
544+
- [rtl87xx] Fix FreeRTOS version for RTL8720C boards [esphome#12261](https://github.com/esphome/esphome/pull/12261) by [@swoboda1337](https://github.com/swoboda1337)
545+
546+
</details>
547+
529548
## Release 2025.11.2 - November 27
530549

531550
<details>

content/guides/supporters.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
229229
- [Pierre (@bemble)](https://github.com/bemble)
230230
- [Ben-Schwabe (@Ben-Schwabe)](https://github.com/Ben-Schwabe)
231231
- [Benas09 (@Benas09)](https://github.com/Benas09)
232+
- [Benjamin Choy (@bench2012)](https://github.com/bench2012)
232233
- [Ben Kristinsson (@benediktkr)](https://github.com/benediktkr)
233234
- [Ben Hoff (@benhoff)](https://github.com/benhoff)
234235
- [Benoît Leforestier (@Benichou34)](https://github.com/Benichou34)
@@ -562,6 +563,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
562563
- [djwlindenaar (@djwlindenaar)](https://github.com/djwlindenaar)
563564
- [Marcos Pérez Ferro (@djwmarcx)](https://github.com/djwmarcx)
564565
- [Dmitry Ketov (@dketov)](https://github.com/dketov)
566+
- [Darsey Litzenberger (@dlitz)](https://github.com/dlitz)
565567
- [Dan Mannock (@dmannock)](https://github.com/dmannock)
566568
- [Dmitriy Lopatko (@dmitriy5181)](https://github.com/dmitriy5181)
567569
- [dmkif (@dmkif)](https://github.com/dmkif)
@@ -960,6 +962,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
960962
- [Jonathan Kollasch (@jakllsch)](https://github.com/jakllsch)
961963
- [Jakob Reiter (@jakommo)](https://github.com/jakommo)
962964
- [jakub-medrzak (@jakub-medrzak)](https://github.com/jakub-medrzak)
965+
- [Jakub Čermák (@jakubcermak)](https://github.com/jakubcermak)
963966
- [James Braid (@jamesbraid)](https://github.com/jamesbraid)
964967
- [James Duke (@jamesduke)](https://github.com/jamesduke)
965968
- [James Gao (@jamesgao)](https://github.com/jamesgao)
@@ -2276,4 +2279,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22762279
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22772280
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22782281

2279-
*This page was last updated November 27, 2025.*
2282+
*This page was last updated December 3, 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.2
1+
release: 2025.11.3
22
version: '2025.11'

0 commit comments

Comments
 (0)