Browse Source

Update esphome to 2024.9.2 (#1567)

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

2
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

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

Loading…
Cancel
Save