mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update esphome to 2024.9.0 (#1499)
This commit is contained in:
parent
67a8d8c293
commit
1c8dc58309
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: esphome/esphome:2024.8.3@sha256:dd5fe357aa5c3407e87c4ebe082d0c218cd42db49914f7c265955172f29e6768
|
image: esphome/esphome:2024.9.0@sha256:9be06e0deb0b6b7ec0af6a33f10eb064809383f018f227150dd4ed2bd766554e
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/config
|
- ${APP_DATA_DIR}/data:/config
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: esphome
|
id: esphome
|
||||||
category: automation
|
category: automation
|
||||||
name: ESPHome
|
name: ESPHome
|
||||||
version: "2024.8.3"
|
version: "2024.9.0"
|
||||||
tagline: Intelligently manage all your ESP8266/ESP32 devices
|
tagline: Intelligently manage all your ESP8266/ESP32 devices
|
||||||
description: >-
|
description: >-
|
||||||
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
|
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.
|
⚠️ 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.
|
Full release notes can be found at https://github.com/esphome/esphome/releases.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user