From 76838d0a404322e9b6cb9d93b6f60d7ac8c0cfff Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Sun, 13 Oct 2024 21:23:19 +1000 Subject: [PATCH] Update home-assistant to 2024.10.2 (#1631) --- home-assistant/docker-compose.yml | 2 +- home-assistant/umbrel-app.yml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index f1b7df8..106189d 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.10.1@sha256:f881515cefc888b91a0098cb64a22fa586aa863562aa07dcf9b87546bad5623f + image: homeassistant/home-assistant:2024.10.2@sha256:a6b2a25a4ae7d747506ad3a24bcaf1ee2290fb82811f077447b8847eecd29c56 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 435700b..6634dec 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.10.1" +version: "2024.10.2" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -40,9 +40,16 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - This is a small bugfix release. + This release includes various bug fixes and improvements across multiple integrations. + + + Some notable changes include: + - Fixed issues with Tesla Fleet and Teslemetry integrations + - Improved handling of Schlage locks + - Enhanced support for Husqvarna Automower + - Resolved problems with ring realtime events + - 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