2025.11.0b3
Pre-release
Pre-release
- [esp32] Make esp-idf default framework for P4 esphome#11884 by @clydebarrow
- [esp32] Add sdkconfig flag to make OTA work for 32MB flash esphome#11883 by @clydebarrow
- [light] Fix missing
ColorMode::BRIGHTNESScase in logging esphome#11836 by @edwardtfn - [wifi] Allow
use_psramwith Arduino esphome#11902 by @edwardtfn - [uart] Improve error handling and validate buffer size esphome#11895 by @swoboda1337
- [ld2412] Fix stuck targets by adding timeout filter esphome#11919 by @bdraco
- [ld2410] Add timeout filter to prevent stuck targets esphome#11920 by @bdraco
- [scheduler] Fix timing breakage after 49 days of uptime on ESP8266/RP2040 esphome#11924 by @bdraco
- [analyze-memory] Show all core symbols > 100 B instead of top 15 esphome#11909 by @bdraco
- [sntp] Merge multiple instances to fix crash and undefined behavior esphome#11904 by @bdraco
- [web_server.ota] Merge multiple instances to prevent undefined behavior esphome#11905 by @bdraco
- [web_server_idf] Fix lwIP assertion crash by shutting down sockets on connection close esphome#11937 by @bdraco
- [uart] Setup uart pins only if flags are set esphome#11914 by @asergunov