From 71906996930288c135ec2cfbbdecbbb6f6c12c0e Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 5 Mar 2024 21:17:27 -0800 Subject: [PATCH] Update ESPHome to v2024.2.2 (#999) --- esphome/docker-compose.yml | 2 +- esphome/umbrel-app.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 6452562..1a45ff7 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: esphome/esphome:2023.12.9@sha256:0ec7b41a9566e7465d17d6eb2c785158eb7e61a131b21eb91a8ff9f4d14f1a4f + image: esphome/esphome:2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182 network_mode: host volumes: - ${APP_DATA_DIR}/data:/config diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 87a9408..52c1e35 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -21,14 +21,13 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - 🔔 ESPHome on Umbrel can now automatically find devices on your local network, thanks to a switch to host network mode. + 🔔 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 updates ESPHome from version 2023.11.6.4 to 2023.12.9. A full list of new features, new component support, breaking changes, and bug fixes for versions - between 2023.11.6.4 to 2023.12.9 can be found here: https://github.com/esphome/esphome/releases. - + This release updates ESPHome from version 2023.12.9 to 2024.2.2. A full list of new features, new component support, breaking changes, and bug fixes for versions + between 2023.12.9 and 2024.2.2 can be found at https://github.com/esphome/esphome/releases. submitter: ShonP40 submission: https://github.com/getumbrel/umbrel-apps/pull/43