2025.11.0b2
Pre-release
Pre-release
- [ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests esphome#11850 by @bdraco
- [esp32] Update the recommended platform to 55.03.31-2 esphome#11865 by @swoboda1337
- [core] Fix wait_until hanging when used in on_boot automations esphome#11869 by @bdraco
- [api] Eliminate heap allocations when transmitting Event types esphome#11773 by @bdraco
- [esp32_ble_tracker] Use initializer_list to eliminate compiler warning and reduce flash usage esphome#11861 by @bdraco
- [api][event] Send events immediately to prevent loss during rapid triggers esphome#11777 by @bdraco
- [thermostat] Replace std::map with FixedVector, reduce flash usage esphome#11875 by @bdraco
- [mqtt] Fix crash with empty broker during upload/logs esphome#11866 by @bdraco
- [light] Fix dangling reference in compute_color_mode causing memory corruption esphome#11868 by @bdraco
- [wifi][ethernet] Fix spurious warnings and unclear status after PR #9823 esphome#11871 by @bdraco
- [wifi] Fix slow reconnection after connection loss for all network types esphome#11873 by @bdraco