mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
1.5 KiB
1.5 KiB
2024.11.3
- [opentherm] Fix out of memory errors on ESP8266 esphome#7835 by @olegtarasov
- fix local time timestamp calculation esphome#7807 by @ssieb
- [online_image]Don't access decoder if not initialized esphome#7882 by @guillempages
- Add IRAM_ATTR to all functions used during interrupts on esp8266 chips. esphome#7840 by @FreeBear-nc
- [st7920] Remove unnecessary warning when drawing outside display bounds esphome#7868 by @jesserockz
- Fix recalc_timestamp_utc esphome#7894 by @RouNNdeL
- Cast port to int for ota pushing esphome#7888 by @jesserockz
- [lvgl] Bugfixes esphome#7896 by @clydebarrow
- [lvgl] Fix msgbox content esphome#7912 by @clydebarrow
- [esp32] Fix crash with empty
platformio_options:
value esphome#7920 by @clydebarrow