diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 48a24ce1..0fd51298 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2024.8.3@sha256:dd5fe357aa5c3407e87c4ebe082d0c218cd42db49914f7c265955172f29e6768 + image: esphome/esphome:2024.9.0@sha256:9be06e0deb0b6b7ec0af6a33f10eb064809383f018f227150dd4ed2bd766554e network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 91691172..e5825b86 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.8.3" +version: "2024.9.0" 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,11 @@ releaseNotes: >- ⚠️ As usual, please check that your configurations are still working correctly after updating. - This release includes improvements to datetime templating, IPv6 support, and build process optimizations. + This release includes several new components and improvements: + - New components for energy metering, UDP sensor broadcasting, and audio processing + - Improvements to datetime templating and IPv6 support + - Enhanced voice assistant capabilities, including configuration options and announce feature + - Various bug fixes and optimizations Full release notes can be found at https://github.com/esphome/esphome/releases.