diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index 65ae62d..f1b7df8 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.0@sha256:2c1b61c2321f2872ed5e2266b5e94a0b2bdbf70b695cb8ed783abc900154ba00 + image: homeassistant/home-assistant:2024.10.1@sha256:f881515cefc888b91a0098cb64a22fa586aa863562aa07dcf9b87546bad5623f 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 f3585a8..435700b 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.0" +version: "2024.10.1" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -40,12 +40,9 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - The release we bring you today is a perfect mix of new UI features, advanced features, improvements, and lots of bug fixes while not being too overwhelming. There is something for everyone in this release. + This is a small bugfix release. - - Most notably, we have a brand new heading card. It allows you to add titles or subtitles to your dashboards, make them clickable, and even add cute little entities to them. - - Full release notes are available at https://www.home-assistant.io/blog/2024/10/02/release-202410/ + 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