From a5ab078ca52e35679202b3719f451cb7248d2684 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 2 Sep 2024 15:33:20 +1000 Subject: [PATCH] Update esphome to version 2024.8.1 (#1413) --- esphome/docker-compose.yml | 2 +- esphome/umbrel-app.yml | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 0dbfd88548..2560f7cdb2 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.0@sha256:e92f251bcd61df72b7364c4433b7ab33e22abdc448952cac550cad4c302c4fbf + image: esphome/esphome:2024.8.1@sha256:1eb151c380a84bf790eb1a2150dcc6cddea25f7310a44b4239de0584f37b7ff1 network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 7749b5605e..a55b936034 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.0" +version: "2024.8.1" 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. @@ -21,18 +21,10 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - 🔔 Reminder that ESPHome on Umbrel can now automatically find devices on your local network, thanks to a switch to host network mode. - - ⚠️ As usual, please check that your configurations are still working correctly after updating. - This release includes the following improvements: - - Added support for new components including M5Angle8 input device, APDS9306 ambient light sensor, and LYWSD02MMC Xiaomi device - - Implemented new features like update.perform action and update.is_available condition - - Improved support for various existing components and platforms - - Added runtime online image support - - Enhanced MQTT functionality with extended device info + This is a small bugfix release. Full release notes can be found at https://github.com/esphome/esphome/releases.