Skip to content

Commit

Permalink
Update home-assistant to version 2024.8.0 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 8, 2024
1 parent ce6ff9c commit 0a2ebe1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
5 changes: 3 additions & 2 deletions home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- /dev:/dev
- /run/dbus:/run/dbus:ro
31 changes: 15 additions & 16 deletions home-assistant/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 Assistants
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
Expand Down Expand Up @@ -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

0 comments on commit 0a2ebe1

Please sign in to comment.