Update esphome to 2024.9.0 (#1499)

This commit is contained in:
Nathan Fretz 2024-09-19 11:04:02 +10:00 committed by GitHub
parent 67a8d8c293
commit 1c8dc58309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

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

View File

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