Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
11 additions and
8 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.10.4@sha256:408a5a63e3e9a89ceb6ecd98345e54c86073314b4d94e217cd54f7208307406d |
|
|
|
image: homeassistant/home-assistant:2024.11.0@sha256:0f357468558aa24858af7470f5942ae740d8472d892e7838111ee0f71110e78b |
|
|
|
network_mode: host |
|
|
|
# UI at default port 8123 |
|
|
|
privileged: true |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: home-assistant |
|
|
|
category: automation |
|
|
|
name: Home Assistant |
|
|
|
version: "2024.10.4" |
|
|
|
version: "2024.11.0" |
|
|
|
tagline: Home automation that puts local control & privacy first |
|
|
|
description: >- |
|
|
|
Open source home automation that puts local control and privacy |
|
|
@ -40,14 +40,17 @@ torOnly: false |
|
|
|
permissions: |
|
|
|
- STORAGE_DOWNLOADS |
|
|
|
releaseNotes: >- |
|
|
|
This release includes improvements and fixes across multiple integrations: |
|
|
|
- Fixed issues with Evohome and Honeywell temperature control systems |
|
|
|
- Improved device tracking capabilities |
|
|
|
- Enhanced media extraction functionality |
|
|
|
- Updated frontend components for better performance |
|
|
|
- Fixed various connection and reporting issues |
|
|
|
This release is a big one! The new dashboarding system we have been working on all year is now out of its experimental phase. |
|
|
|
To top it off, this release also supports faster and lower-latency camera streams using WebRTC, supported by the Open Home Foundation. |
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 |