From 9b98af953a4484add784f2d63bef768bc1e2044b Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 26 Aug 2024 12:39:00 +1000 Subject: [PATCH 1/2] Update home-assistant to 2024.8.3 --- home-assistant/docker-compose.yml | 2 +- home-assistant/umbrel-app.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index 72d2918204..e908e27cb5 100644 --- a/home-assistant/docker-compose.yml +++ b/home-assistant/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: homeassistant/home-assistant:2024.8.1@sha256:01af627f579835945d9c67cd130aa7e6f7167a09d8ffab5d09c698f285ec8109 + image: homeassistant/home-assistant:2024.8.3@sha256:49501c175b6108e94d20a723e6a991a14389454374eba06b2c6833b1315e34b5 network_mode: host # UI at default port 8123 privileged: true diff --git a/home-assistant/umbrel-app.yml b/home-assistant/umbrel-app.yml index 1408b4e756..50c32dbfef 100644 --- a/home-assistant/umbrel-app.yml +++ b/home-assistant/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: home-assistant category: automation name: Home Assistant -version: "2024.8.1" +version: "2024.8.3" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -42,12 +42,12 @@ permissions: releaseNotes: >- This release includes several improvements and bug fixes: - - Support for v3 Coinbase API - Improved OpenWeatherMap integration - - Fixed issues with Transmission, DoorBird, and Bluesound integrations - Enhanced support for YoLink devices - Updates to ZHA (Zigbee Home Automation) library - Improvements to AirGradient and Chacon DIO integrations + - Fixed issues with Transmission, DoorBird, and Bluesound integrations + - Added support for new VeSync device model Full release notes are available at https://github.com/home-assistant/core/releases From 7df8b705a994e28c5b65b8759f2810107fc17cdb Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 27 Aug 2024 12:33:50 +1000 Subject: [PATCH 2/2] Update release notes --- home-assistant/umbrel-app.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/home-assistant/umbrel-app.yml b/home-assistant/umbrel-app.yml index 50c32dbfef..92709dab91 100644 --- a/home-assistant/umbrel-app.yml +++ b/home-assistant/umbrel-app.yml @@ -42,14 +42,17 @@ permissions: releaseNotes: >- This release includes several improvements and bug fixes: - - Improved OpenWeatherMap integration - - Enhanced support for YoLink devices - - Updates to ZHA (Zigbee Home Automation) library - - Improvements to AirGradient and Chacon DIO integrations - - Fixed issues with Transmission, DoorBird, and Bluesound integrations - - Added support for new VeSync device model - - + - Skip NextBus update during integration loading. + - Added support for the Alt Core300s model in Vesync. + - Updated Matter light transition blocklist for GE Cync Undercabinet Lights. + - Prevent KeyError for invalid Matter device values. + - Fixed Spotify media browsing for new config entries. + - Resolved crash with SenseCAP devices in TTN client. + - Added supported features for iZone. + - Fixed missing ID in Habitica API response. + - Adjusted Alexa remote activity support based on feature settings. + - Included various version updates for multiple integrations and dependencies. + Full release notes are available at https://github.com/home-assistant/core/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 \ No newline at end of file