Skip to content

Commit 625609f

Browse files
committed
Merge branch 'beta' into next
2 parents 1aac5ae + 84ad5ec commit 625609f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/content/docs/changelog/2026.2.0.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ The lists below are grouped by tag and may contain duplicates across sections.
336336
- [alarm_control_panel] Fix flaky integration test race condition [esphome#13964](https://github.com/esphome/esphome/pull/13964) by [@swoboda1337](https://github.com/swoboda1337)
337337
- [docker] Suppress git detached HEAD advice [esphome#13962](https://github.com/esphome/esphome/pull/13962) by [@swoboda1337](https://github.com/swoboda1337)
338338
- [api] Fix ESP8266 noise API handshake deadlock and prompt socket cleanup [esphome#13972](https://github.com/esphome/esphome/pull/13972) by [@bdraco](https://github.com/bdraco)
339+
- [wifi] Fix ESP8266 DHCP state corruption from premature dhcp_renew() [esphome#13983](https://github.com/esphome/esphome/pull/13983) by [@bdraco](https://github.com/bdraco)
340+
- [combination] Fix 'coeffecient' typo with backward-compatible deprecation [esphome#14004](https://github.com/esphome/esphome/pull/14004) by [@swoboda1337](https://github.com/swoboda1337)
341+
- [fan] Fix preset_mode not restored on boot [esphome#14002](https://github.com/esphome/esphome/pull/14002) by [@swoboda1337](https://github.com/swoboda1337)
342+
- [esp32_rmt] Handle ESP32 variants without RMT hardware [esphome#14001](https://github.com/esphome/esphome/pull/14001) by [@swoboda1337](https://github.com/swoboda1337) (new-feature)
339343

340344
### All changes
341345

@@ -728,6 +732,17 @@ The lists below are grouped by tag and may contain duplicates across sections.
728732
- Allow Python 3.14 [esphome#13945](https://github.com/esphome/esphome/pull/13945) by [@swoboda1337](https://github.com/swoboda1337)
729733
- [wifi] Allow fast_connect without preconfigured networks [esphome#13946](https://github.com/esphome/esphome/pull/13946) by [@QRPp](https://github.com/QRPp)
730734
- [ethernet] Add per-PHY compile guards to eliminate unused PHY drivers [esphome#13947](https://github.com/esphome/esphome/pull/13947) by [@bdraco](https://github.com/bdraco)
735+
- [schema-gen] fix Windows: ensure UTF-8 encoding when reading component files [esphome#13952](https://github.com/esphome/esphome/pull/13952) by [@glmnet](https://github.com/glmnet)
736+
- [uart] Remove redundant mutex, fix flush race, conditional event queue [esphome#13955](https://github.com/esphome/esphome/pull/13955) by [@bdraco](https://github.com/bdraco)
737+
- [api] Extract cold code from APIServer::loop() hot path [esphome#13902](https://github.com/esphome/esphome/pull/13902) by [@bdraco](https://github.com/bdraco)
738+
- [pulse_meter] Fix early edge detection [esphome#12360](https://github.com/esphome/esphome/pull/12360) by [@LucasCZE](https://github.com/LucasCZE)
739+
- [alarm_control_panel] Fix flaky integration test race condition [esphome#13964](https://github.com/esphome/esphome/pull/13964) by [@swoboda1337](https://github.com/swoboda1337)
740+
- [docker] Suppress git detached HEAD advice [esphome#13962](https://github.com/esphome/esphome/pull/13962) by [@swoboda1337](https://github.com/swoboda1337)
741+
- [api] Fix ESP8266 noise API handshake deadlock and prompt socket cleanup [esphome#13972](https://github.com/esphome/esphome/pull/13972) by [@bdraco](https://github.com/bdraco)
742+
- [wifi] Fix ESP8266 DHCP state corruption from premature dhcp_renew() [esphome#13983](https://github.com/esphome/esphome/pull/13983) by [@bdraco](https://github.com/bdraco)
743+
- [combination] Fix 'coeffecient' typo with backward-compatible deprecation [esphome#14004](https://github.com/esphome/esphome/pull/14004) by [@swoboda1337](https://github.com/swoboda1337)
744+
- [fan] Fix preset_mode not restored on boot [esphome#14002](https://github.com/esphome/esphome/pull/14002) by [@swoboda1337](https://github.com/swoboda1337)
745+
- [esp32_rmt] Handle ESP32 variants without RMT hardware [esphome#14001](https://github.com/esphome/esphome/pull/14001) by [@swoboda1337](https://github.com/swoboda1337) (new-feature)
731746

732747
</details>
733748

src/content/docs/guides/supporters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2338,4 +2338,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
23382338
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
23392339
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
23402340

2341-
*This page was last updated February 14, 2026.*
2341+
*This page was last updated February 17, 2026.*

0 commit comments

Comments
 (0)