Releases: esphome/home-assistant-addon
Releases · esphome/home-assistant-addon
2025.11.4
- [esp32] Add build flag to suppress noexecstack message esphome#12272 by @clydebarrow
- [ld2420] Add missing USE_SELECT ifdefs esphome#12275 by @swoboda1337
- [config] Provide path for
has_at_most_one_ofmessages esphome#12277 by @clydebarrow - [es8311] Remove MIN and MAX from mic_gain enum options esphome#12281 by @swoboda1337
- [esp32_hosted] Fix build and bump IDF component version to 2.7.0 esphome#12282 by @swoboda1337
- [CI] Trigger generic version notifier job on release esphome#12292 by @jesserockz
- [scheduler] Fix use-after-free when cancelling timeouts from non-main-loop threads esphome#12288 by @bdraco
2025.11.3
- [build] Don't clear pio cache unless requested esphome#11966 by @clydebarrow
- [usb_uart] Wake main loop immediately when USB data arrives esphome#12148 by @bdraco
- [espnow] Initialize LwIP stack when running without WiFi component esphome#12169 by @bdraco
- [helpers] Add conversion from FixedVector to std::vector esphome#12179 by @clydebarrow
- [hlk_fm22x] Fix Action::play method signatures esphome#12192 by @bdraco
- [mopeka_pro_check] Fix negative temperatures esphome#12198 by @swoboda1337
- [ade7953] Apply voltage_gain setting to both channels esphome#12180 by @dlitz
- [core] Fix clean all on windows esphome#12217 by @swoboda1337
- [rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 esphome#12230 by @swoboda1337
- [analog_threshold] Fix oscillation when using invert filter esphome#12251 by @swoboda1337
- [rtl87xx] Fix FreeRTOS version for RTL8720C boards esphome#12261 by @swoboda1337
2025.11.2
- [nextion] Do not set alternative baud rate when not specified or
<= 0esphome#12097 by @edwardtfn - [esp32] Fix platformio flash size print esphome#12099 by @swoboda1337
- [script] Fix script.wait hanging when triggered from on_boot esphome#12102 by @bdraco
- [lvgl] Allow multiple widgets per grid cell esphome#12091 by @clydebarrow (new-feature)
- [lvgl] Fix position of errors in widget config esphome#12111 by @clydebarrow
- [esp32] Fix hosted update when there is no wifi esphome#12123 by @swoboda1337
- [wifi] Restore blocking setup until connected for RP2040 esphome#12142 by @clydebarrow
- [scheduler] Fix use-after-move crash in heap operations esphome#12124 by @bdraco
2025.11.1
- [graph] Fix legend border esphome#12000 by @swoboda1337
- [network] Fix IPAddress constructor causing comparison failures and garbage output esphome#12005 by @bdraco
- [ltr501][ltr_als_ps] Rename enum to avoid collision with lwip defines esphome#12017 by @swoboda1337
- [cst816][packet_transport][udp][wake_on_lan] Fix error messages esphome#12019 by @swoboda1337
- [jsn_sr04t] Fix model AJ_SR04M esphome#11992 by @swoboda1337
- [cst816][http_request] Fix status_set_error() dangling pointer bugs esphome#12033 by @bdraco
- [esp32] Fix C2 builds esphome#12050 by @swoboda1337
- [core] Add support for passing yaml files to clean-all esphome#12039 by @swoboda1337
- [script][wait_until] Fix FIFO ordering and reentrancy bugs esphome#12049 by @bdraco
- [esp_ldo,mipi_dsi,mipi_rgb] Fix dangling pointer bugs in mark_failed() esphome#12077 by @bdraco
- [online_image] Fix some large PNGs causing watchdog timeout esphome#12025 by @jesserockz
2025.11.0
2025.11.0b5
- [tests] Fix SNTP time ID conflicts in component tests for grouped testing esphome#11990 by @bdraco
- [text_sensor] Fix infinite loop in substitute filter esphome#11989 by @swoboda1337
- [wifi] Fix positive RSSI values on 8266 esphome#11994 by @swoboda1337
- [web_server_idf] Fix pbuf_free crash by moving shutdown before close esphome#11995 by @bdraco
- [epaper_spi] Add basic
7.3in-Spectra-E6model esphome#12001 by @jesserockz (new-feature)
2025.11.0b4
- [captive_portal] Warn when enabled without WiFi AP configured esphome#11856 by @bdraco
- [core] Add support for setting environment variables esphome#11953 by @swoboda1337 (new-feature)
- [mipi_rgb] GUITION-4848S040 colors and orientation fix esphome#11709 by @strange-v
- [lvgl] Apply scale to spinbox value esphome#11946 by @clydebarrow
- [esp32] Fix Arduino build on some ESP32 S2 boards esphome#11972 by @swoboda1337
- [scheduler] Add defensive nullptr checks and explicit locking requirements esphome#11974 by @bdraco
- [sfa30] Fix negative temperature values esphome#11973 by @swoboda1337
- [wifi] Fix captive portal unusable when WiFi credentials are wrong esphome#11965 by @bdraco
2025.11.0b3
- [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
2025.11.0b2
- [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
2025.11.0b120251113
ESPHome