Update esphome to version 2025.5.2 (#2921)

This commit is contained in:
Alexander L. 2025-06-04 08:15:41 +02:00 committed by GitHub
parent e06b94dc50
commit ca2a614059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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