From 599e25694b740db3ffa6d689c6036d0b03fa102d Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 28 Jan 2026 18:08:13 +0100 Subject: [PATCH] Update esphome to 2026.1.2 (#4568) --- esphome/docker-compose.yml | 2 +- esphome/umbrel-app.yml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 4076aad2..3eadc756 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2026.1.1@sha256:bf5453a869da58f6173d4fb7cddbac71e3b8e5b1f399b0a56240a5b2f611bd6c + image: esphome/esphome:2026.1.2@sha256:a2c9cfd6a548abe20f49ad27e454869f6ee58e3ac9ccc961549a2cafbebc31e5 network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index aaeaad75..ad4c6ba2 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.1.1" +version: "2026.1.2" 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,14 +22,13 @@ defaultPassword: "" torOnly: false releaseNotes: >- This release includes bug fixes and stability improvements: - - Fixed Wi-Fi scan heap allocation issues - - Fixed SSL verification not working on ESP32 - - Fixed API connection issues with manual IP on certain platforms - - Fixed display initialization failures in half-duplex SPI mode - - Fixed OTA failures on ESP8266 - - Improved DHT22 and RHT03 sensor reliability - - Reduced network buffer pressure for log messages - - Fixed time sync callback behavior + - Fixed deprecation warnings for various display components + - Fixed LVGL empty text setting issues + - Fixed light state restore for CWWW lights + - Fixed modbus controller YAML serialization errors + - Improved I2C transaction timeout handling + - Fixed Wi-Fi scan issues on ESP32-P4 and reconnection failures on ESP8266 + - Fixed sensor baseline storage functionality Full release notes can be found at https://esphome.io/changelog/2026.1.0.html