From 0a2ebe1c2a99ce97755053171fda191409352574 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 8 Aug 2024 16:13:16 +1000 Subject: [PATCH] Update home-assistant to version 2024.8.0 (#1323) --- home-assistant/docker-compose.yml | 5 +++-- home-assistant/umbrel-app.yml | 31 +++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index 4b0c769a..66df8328 100644 --- a/home-assistant/docker-compose.yml +++ b/home-assistant/docker-compose.yml @@ -2,11 +2,12 @@ version: "3.7" services: server: - image: homeassistant/home-assistant:2024.7.4@sha256:82c37d50571cd163fc762fdd4ff5f564044af07931e7844f01c8c196dc735a0d + image: homeassistant/home-assistant:2024.8.0@sha256:dcc3d4c582848593db1e3f049fc7269222c340693be5c799e0bddf1f1c61a102 network_mode: host # UI at default port 8123 privileged: true volumes: - ${APP_DATA_DIR}/data:/config - ${UMBREL_ROOT}/data/storage/downloads:/media - - /dev:/dev \ No newline at end of file + - /dev:/dev + - /run/dbus:/run/dbus:ro \ No newline at end of file diff --git a/home-assistant/umbrel-app.yml b/home-assistant/umbrel-app.yml index 8f98139e..b838aca8 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.7.4" +version: "2024.8.0" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -11,7 +11,7 @@ description: >- Home Assistant integrates with over a thousand different devices and services. - Once you have integrated all your devices at home, you can unleash Home Assistant’s + Once you have integrated all your devices at home, you can unleash Home Assistant's advanced automation engine to make your home work for you. Do things like: - Turn on the light when the sun sets or when coming home @@ -40,19 +40,18 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - This update includes several bug fixes and improvements: - - - MQTT: Improved subscription handling. - - Z-Wave: Added support for ZVIDAR roller shades. - - ViCare: Corrected sensor device class. - - Google Generative AI: Fixed string formatting issues. - - Script Tool Naming: Ensured tool names don’t start with digits. - - Gemini API: Corrected format conversion. - - Matter Lock: Fixed a typo. - - Mastodon: Fixed target service attribute. - - Trafikverket Weather: Improved handling when data is missing. - - Apple TV: Improved error handling during setup. - - Full release notes are found at https://github.com/home-assistant/core/releases + 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/ submitter: Umbrel submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 \ No newline at end of file