Nathan Fretz
4 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
4 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.1@sha256:f881515cefc888b91a0098cb64a22fa586aa863562aa07dcf9b87546bad5623f |
|
|
|
image: homeassistant/home-assistant:2024.10.2@sha256:a6b2a25a4ae7d747506ad3a24bcaf1ee2290fb82811f077447b8847eecd29c56 |
|
|
|
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.1" |
|
|
|
version: "2024.10.2" |
|
|
|
tagline: Home automation that puts local control & privacy first |
|
|
|
description: >- |
|
|
|
Open source home automation that puts local control and privacy |
|
|
@ -40,9 +40,16 @@ torOnly: false |
|
|
|
permissions: |
|
|
|
- STORAGE_DOWNLOADS |
|
|
|
releaseNotes: >- |
|
|
|
This is a small bugfix release. |
|
|
|
This release includes various bug fixes and improvements across multiple integrations. |
|
|
|
|
|
|
|
|
|
|
|
Some notable changes include: |
|
|
|
- Fixed issues with Tesla Fleet and Teslemetry integrations |
|
|
|
- Improved handling of Schlage locks |
|
|
|
- Enhanced support for Husqvarna Automower |
|
|
|
- Resolved problems with ring realtime events |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/home-assistant/core/releases |
|
|
|
submitter: Umbrel |
|
|
|
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 |