Browse Source

Update home-assistant to version 2024.11.0 (#1755)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
892ddb7777
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      home-assistant/docker-compose.yml
  2. 17
      home-assistant/umbrel-app.yml

2
home-assistant/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
server: server:
image: homeassistant/home-assistant:2024.10.4@sha256:408a5a63e3e9a89ceb6ecd98345e54c86073314b4d94e217cd54f7208307406d image: homeassistant/home-assistant:2024.11.0@sha256:0f357468558aa24858af7470f5942ae740d8472d892e7838111ee0f71110e78b
network_mode: host network_mode: host
# UI at default port 8123 # UI at default port 8123
privileged: true privileged: true

17
home-assistant/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: home-assistant id: home-assistant
category: automation category: automation
name: Home Assistant name: Home Assistant
version: "2024.10.4" version: "2024.11.0"
tagline: Home automation that puts local control & privacy first tagline: Home automation that puts local control & privacy first
description: >- description: >-
Open source home automation that puts local control and privacy Open source home automation that puts local control and privacy
@ -40,14 +40,17 @@ torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
releaseNotes: >- releaseNotes: >-
This release includes improvements and fixes across multiple integrations: This release is a big one! The new dashboarding system we have been working on all year is now out of its experimental phase.
- Fixed issues with Evohome and Honeywell temperature control systems To top it off, this release also supports faster and lower-latency camera streams using WebRTC, supported by the Open Home Foundation.
- Improved device tracking capabilities
- Enhanced media extraction functionality
- Updated frontend components for better performance
- Fixed various connection and reporting issues
Highlights:
- Create your own custom Sections dashboards
- Precise mode for card sizes
- Low latency cameras using WebRTC
- New integrations
- Live logs
Full release notes are available at https://github.com/home-assistant/core/releases Full release notes are available at https://github.com/home-assistant/core/releases
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926
Loading…
Cancel
Save