Update esphome to version 2025.2.2 (#2336)

This commit is contained in:
Alexander L. 2025-03-14 01:55:38 +01:00 committed by GitHub
parent 8ea37e29ef
commit 9a272d5f7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 6 deletions

View File

@ -2,8 +2,8 @@ version: "3.7"
services:
server:
image: esphome/esphome:2024.12.4@sha256:fb17727746ec9c15394b3371da47fa4c4e2f813103ef602d9b30de38fbd725ae
image: esphome/esphome:2025.2.2@sha256:3dfeee93031a057642f2d082fa6a938c72ad8ff30bb634c6bbe74f4a2986629a
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config
restart: on-failure
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.12.4"
version: "2025.2.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.
@ -24,9 +24,13 @@ releaseNotes: >-
⚠️ As usual, please check that your configurations are still working correctly after updating.
This is a small bugfix release for the ESPHome app.
Key Updates:
- Added several new components, including support for audio ADC/DAC, BLE, resampler, mixer, and speaker
- Introduced new platforms for uptime, human presence detection, and binary sensors from keystrokes
- Updates to the esp32_rmt, lvgl, nextion, image, and ili9xxx components
- Removed old-style platform configuration, platform support in the custom component, and arm/v7 container image support
- Included various bug fixes and improvements
Full release notes can be found at https://github.com/esphome/esphome/releases.
submitter: ShonP40
submission: https://github.com/getumbrel/umbrel-apps/pull/43
submission: https://github.com/getumbrel/umbrel-apps/pull/43