diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 1e39200..1f64f86 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2024.9.1@sha256:b9a2f15a8aa85d933f8eeb28a34010eb2274c2a24a96858922b65a3402f1dc44 + image: esphome/esphome:2024.9.2@sha256:ec10ec2b28c1afe792cebdccbeadd8e6dd4a3b0be58b5451128fa6bdc60fccf0 network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index ee96131..bc065a2 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: esphome category: automation name: ESPHome -version: "2024.9.1" +version: "2024.9.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,7 +24,10 @@ releaseNotes: >- ⚠️ As usual, please check that your configurations are still working correctly after updating. - This is a small bugfix release. + This release includes bug fixes and improvements: + - Fixed an issue with the bl0906 reset energy action + - Resolved a configuration validation bug related to extras on schemas + - Improved stability for rp2040 builds Full release notes can be found at https://github.com/esphome/esphome/releases.