Browse Source
Updated Home Assistant to 2024.4.0 (#1055)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
highghlow
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
13 deletions
-
home-assistant/docker-compose.yml
-
home-assistant/umbrel-app.yml
|
|
@ -2,7 +2,7 @@ version: "3.7" |
|
|
|
|
|
|
|
services: |
|
|
|
server: |
|
|
|
image: homeassistant/home-assistant:2024.3.0@sha256:0471da64037a0d0c82b35af23fe632373324bac01decd3475921c2796f2a9968 |
|
|
|
image: homeassistant/home-assistant:2024.4@sha256:4f86df601650c74b8689f1be033054ff09567db5dba5bf227ccc406ca4fa88d0 |
|
|
|
network_mode: host |
|
|
|
# UI at default port 8123 |
|
|
|
privileged: true |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: home-assistant |
|
|
|
category: automation |
|
|
|
name: Home Assistant |
|
|
|
version: "2024.3.0" |
|
|
|
version: "2024.4.0" |
|
|
|
tagline: Home automation that puts local control & privacy first |
|
|
|
description: >- |
|
|
|
Open source home automation that puts local control and privacy |
|
|
@ -38,18 +38,9 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: >- |
|
|
|
This release includes many new features and changes. |
|
|
|
Are you ready for another massive release? This release addresses the most requested feature in Home Assistant history: grouping automations! |
|
|
|
|
|
|
|
|
|
|
|
- Drag-and-drop rearrangement of cards and sections |
|
|
|
|
|
|
|
- A new experimental sections view |
|
|
|
|
|
|
|
- New energy graph for individual devices |
|
|
|
|
|
|
|
- New integrations and much more... |
|
|
|
|
|
|
|
|
|
|
|
The Home-Assistant release blog-post summarises them here: https://www.home-assistant.io/blog/2024/03/06/release-20243/ |
|
|
|
Full release notes are sumarized at https://www.home-assistant.io/blog/2024/04/03/release-20244/ |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 |
|
|
|