From b76918a9391837fb90edf7fb1f00c1c086a8b46e Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 29 Jul 2024 16:50:58 +1000 Subject: [PATCH 1/2] Update esphome to 2024.7.2 --- esphome/docker-compose.yml | 4 ++-- esphome/umbrel-app.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/esphome/docker-compose.yml b/esphome/docker-compose.yml index 1a45ff7c1a..be830fec22 100644 --- a/esphome/docker-compose.yml +++ b/esphome/docker-compose.yml @@ -2,8 +2,8 @@ version: "3.7" services: server: - image: esphome/esphome:2024.2.2@sha256:abdd0754b2aeb28aebb2a4fbd12d2fe38ae172f36d1232d6db70bee5eea39182 + image: esphome/esphome:2024.7.2@sha256:e6e98daf807a3cdf33914d725cde3d87ef4a935cdc334bed1f7a266fc12df52b network_mode: host volumes: - ${APP_DATA_DIR}/data:/config - restart: on-failure + restart: on-failure \ No newline at end of file diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 52c1e35fdb..1909748131 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: esphome category: automation name: ESPHome -version: "2023.12.9" +version: "2024.7.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. @@ -26,8 +26,8 @@ releaseNotes: >- ⚠️ As usual, please check that your configurations are still working correctly after updating. - - 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. + + This release updates ESPHome from version 2023.12.9 to 2024.7.2. A full list of new features, new component support, breaking changes, and bug fixes for versions + between 2023.12.9 and 2024.7.2 can be found at https://github.com/esphome/esphome/releases. submitter: ShonP40 -submission: https://github.com/getumbrel/umbrel-apps/pull/43 +submission: https://github.com/getumbrel/umbrel-apps/pull/43 \ No newline at end of file From a7b23b746c07998eaae00468a45cdd62b855d6b1 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 30 Jul 2024 14:39:02 +1000 Subject: [PATCH 2/2] adjust release notes --- esphome/umbrel-app.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/esphome/umbrel-app.yml b/esphome/umbrel-app.yml index 1909748131..1e7fd7d87a 100644 --- a/esphome/umbrel-app.yml +++ b/esphome/umbrel-app.yml @@ -27,7 +27,11 @@ releaseNotes: >- ⚠️ As usual, please check that your configurations are still working correctly after updating. - This release updates ESPHome from version 2023.12.9 to 2024.7.2. A full list of new features, new component support, breaking changes, and bug fixes for versions - between 2023.12.9 and 2024.7.2 can be found at https://github.com/esphome/esphome/releases. + This is a bugfix release that includes the following changes: + - Timeout Adjustment: Default timeout set to 4.5 seconds. + - Redirect Fix: Improved HTTP redirect handling. + + + Full release notes can be found at https://github.com/esphome/esphome/releases. submitter: ShonP40 submission: https://github.com/getumbrel/umbrel-apps/pull/43 \ No newline at end of file