From e769f1f960f330cd9ab91d5513130bd2a798379b Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 14 Apr 2026 15:23:49 +0200 Subject: [PATCH] Update esphome to 2026.3.3 (#5323) --- esphome/docker-compose.yml | 2 +- esphome/umbrel-app.yml | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 5afffb5d..83fe7f6f 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2026.3.2@sha256:8a7d3c79736500061b4b7b24aa84515c642291093acb44127e5cd3eee6ef0feb + image: esphome/esphome:2026.3.3@sha256:a97aec43684597d32c4eeb2b929c8945f2a09098b447e97703f5c83570f0272d network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 992cb8aa..17034a3b 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: esphome category: automation name: ESPHome -version: "2026.3.2" +version: "2026.3.3" tagline: Intelligently manage all your ESP8266/ESP32 devices description: >- ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. @@ -22,19 +22,11 @@ defaultPassword: "" torOnly: false releaseNotes: >- This release includes bug fixes and stability improvements: - - Fixed WiFi roaming counter reset on disconnect during scan - - Fixed datetime state_as_esptime() returning invalid timestamp - - Fixed WiFi fast_connect filtering by band mode with background scan for roaming - - Fixed UART debug callback missing peeked byte and reading past end - - Fixed SGP4x NOx index_offset default value - - Fixed ESP32 BLE server set_value action with static data lists - - Fixed thermostat stale max_runtime_exceeded causing spurious supplemental heating/cooling - - Fixed Haier hOn half-degree temperature setting - - Fixed UART baud rate not applied on load_settings() for ESP32 (IDF) - - Fixed memory leak in mixer task on stop/start cycles - - Fixed BLE scan not restarting after OTA failure + - Fixed Nextion queue age check using inconsistent time sources + - Fixed online image LVGL descriptor not being cleared when image size changes + - Fixed ESP32 build not being cleaned when sdkconfig options change - Full release notes can be found at https://esphome.io/changelog/2026.3.2/ + Full release notes can be found at https://esphome.io/changelog/2026.3.3/ submitter: ShonP40 submission: https://github.com/getumbrel/umbrel-apps/pull/43