From e5c9e526262b38b8e6a98dd4342cff0f146741c3 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Sun, 10 Nov 2024 21:19:00 +1000 Subject: [PATCH] Update home-assistant to 2024.11.1 (#1781) --- home-assistant/docker-compose.yml | 2 +- home-assistant/umbrel-app.yml | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index 7c685ab..a3b8745 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.11.0@sha256:0f357468558aa24858af7470f5942ae740d8472d892e7838111ee0f71110e78b + image: homeassistant/home-assistant:2024.11.1@sha256:c01d6c54679a1934a2bd62a8e3289cd1439b45b82dc5b2dba01793368c500908 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 0ecd475..d3c3325 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.11.0" +version: "2024.11.1" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -40,17 +40,14 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - This release is a big one! The new dashboarding system we have been working on all year is now out of its experimental phase. - To top it off, this release also supports faster and lower-latency camera streams using WebRTC, supported by the Open Home Foundation. + This release includes various improvements and bug fixes: + - Fixed issues with Nest camera streaming + - Improved Spotify integration reliability + - Enhanced Bluesound volume control functionality + - Various frontend performance improvements + - Fixed issues with Tesla Fleet integration - Highlights: - - Create your own custom Sections dashboards - - Precise mode for card sizes - - Low latency cameras using WebRTC - - New integrations - - Live logs - 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