From ca2a614059fa4dbf3bf2e05cf25d2c610ace6499 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Wed, 4 Jun 2025 08:15:41 +0200 Subject: [PATCH] Update esphome to version 2025.5.2 (#2921) --- esphome/docker-compose.yml | 2 +- esphome/umbrel-app.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 4386d746..3e4241b9 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2025.5.1@sha256:f7c2c9730e60431507ed217f8773ce8d1688ba1c29d0ef3ef8b1df22514e5240 + image: esphome/esphome:2025.5.2@sha256:cea8ffe21995045d0a60c96f4e39bfa04e4348c2ff17444d7d3b0e94af3a9d9b network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 8ddb8dd2..000d5e31 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: esphome category: automation name: ESPHome -version: "2025.5.1" +version: "2025.5.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. @@ -25,10 +25,10 @@ releaseNotes: >- Key updates in this release include: - - Improved error messages for text validation in LVGL - - Enhanced handling of micro wake word detections - - Fixed issues with the logger options in select - - Improved web server functionality for external components + - Improved mic task handling to avoid core pinning + - Enhanced GPIO interrupt handling for RP2040 and ESP8266 + - Made debug sensors work without requiring verbose logging + - Fixed potential logger stack overflow issue Full release notes can be found at https://github.com/esphome/esphome/releases