Browse Source

Update esphome to 2024.10.0 (#1646)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
d737827fab
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      esphome/docker-compose.yml
  2. 17
      esphome/umbrel-app.yml

2
esphome/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: esphome/esphome:2024.9.2@sha256:ec10ec2b28c1afe792cebdccbeadd8e6dd4a3b0be58b5451128fa6bdc60fccf0
image: esphome/esphome:2024.10.0@sha256:78f7d125ecff29061cfdc14dc77d60e69532aec6b28680eba19afa72b7ac5640
network_mode: host
volumes:
- ${APP_DATA_DIR}/data:/config

17
esphome/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.9.2"
version: "2024.10.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,10 +24,17 @@ releaseNotes: >-
⚠️ As usual, please check that your configurations are still working correctly after updating.
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
This release includes new components, platforms, and improvements:
- Added support for OpenTherm communication layer and hub
- New TCA9555 GPIO driver
- Support for Sharp GP2Y1010AU0F PM2.5 sensor
- Added AIC3204 audio DAC component
- New support for Seeed Grove GMxxx multichannel gas sensor
- Added support for TE-M3200 and NPI-19 pressure sensors
- New NAU7802 component for load cell amplifiers
Several bug fixes and enhancements have also been implemented, including improvements to the web server, touchscreen functionality, and various component updates.
Full release notes can be found at https://github.com/esphome/esphome/releases.

Loading…
Cancel
Save