diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index f44a5c4..4b0c769 100644 --- a/home-assistant/docker-compose.yml +++ b/home-assistant/docker-compose.yml @@ -2,11 +2,11 @@ version: "3.7" services: server: - image: homeassistant/home-assistant:2024.6@sha256:0c2a3f04bdac8f4658ae42fdc83464f77f9f3c87b67bfea608cfa0356e6ed5b0 + image: homeassistant/home-assistant:2024.7.4@sha256:82c37d50571cd163fc762fdd4ff5f564044af07931e7844f01c8c196dc735a0d network_mode: host # UI at default port 8123 privileged: true volumes: - ${APP_DATA_DIR}/data:/config - ${UMBREL_ROOT}/data/storage/downloads:/media - - /dev:/dev + - /dev:/dev \ No newline at end of file diff --git a/home-assistant/umbrel-app.yml b/home-assistant/umbrel-app.yml index 7b4494d..8f98139 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.6-media-storage" +version: "2024.7.4" tagline: Home automation that puts local control & privacy first description: >- Open source home automation that puts local control and privacy @@ -40,16 +40,19 @@ torOnly: false permissions: - STORAGE_DOWNLOADS releaseNotes: >- - This update brings persistent media storage support for Home Assistant on umbrelOS! - Access all your media right from the Home Assistant UI > Media > My media. - - - Home Assistant 2024.6 release notes: - - - Welcome to another loaded release of Home Assistant! Control your home with AI, super simple media player commands, more data table improvements, tag entities, collapsible blueprint sections, and so much more! - + 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 sumarized at https://www.home-assistant.io/blog/2024/06/05/release-20246/ + Full release notes are found at https://github.com/home-assistant/core/releases submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 +submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 \ No newline at end of file