From e033a5ae3a7689b1730ad8c2daf393b16cba4e94 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 13 Aug 2024 13:18:23 +1000 Subject: [PATCH] Update home-assistant to 2024.8.1 (#1350) --- home-assistant/docker-compose.yml | 2 +- home-assistant/umbrel-app.yml | 26 ++++++++++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index 66df832..72d2918 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.0@sha256:dcc3d4c582848593db1e3f049fc7269222c340693be5c799e0bddf1f1c61a102 + image: homeassistant/home-assistant:2024.8.1@sha256:01af627f579835945d9c67cd130aa7e6f7167a09d8ffab5d09c698f285ec8109 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 b838aca..1408b4e 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.0" +version: "2024.8.1" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -40,18 +40,16 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - This release brings many noteworthy improvements: - - - New badges for your dashboard - - Optimized design grid for the experimental Sections view - - Service calls have been removed in favor of actions - - Sort data tables bu created or last modified - - Control Home Assistant using AI with Ollama - - New integrations and improvements to existing ones - - Zigbee Home Automation updates - - Matter updates - - and more! - - Full release notes are available at https://www.home-assistant.io/blog/2024/08/07/release-20248/ + 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 + + + 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