You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/changelog/2026.2.0.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,10 @@ The lists below are grouped by tag and may contain duplicates across sections.
336
336
- [alarm_control_panel] Fix flaky integration test race condition [esphome#13964](https://github.com/esphome/esphome/pull/13964) by [@swoboda1337](https://github.com/swoboda1337)
337
337
- [docker] Suppress git detached HEAD advice [esphome#13962](https://github.com/esphome/esphome/pull/13962) by [@swoboda1337](https://github.com/swoboda1337)
338
338
- [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)
339
343
340
344
### All changes
341
345
@@ -728,6 +732,17 @@ The lists below are grouped by tag and may contain duplicates across sections.
728
732
- Allow Python 3.14 [esphome#13945](https://github.com/esphome/esphome/pull/13945) by [@swoboda1337](https://github.com/swoboda1337)
729
733
- [wifi] Allow fast_connect without preconfigured networks [esphome#13946](https://github.com/esphome/esphome/pull/13946) by [@QRPp](https://github.com/QRPp)
730
734
- [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)
- [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)
0 commit comments