Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
10 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.2@sha256:a6b2a25a4ae7d747506ad3a24bcaf1ee2290fb82811f077447b8847eecd29c56 |
|
|
|
image: homeassistant/home-assistant:2024.10.3@sha256:a880ef8e77f34b694668e508ecb109b260948025c9ef71073ece9bc809155347 |
|
|
|
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.2" |
|
|
|
version: "2024.10.3" |
|
|
|
tagline: Home automation that puts local control & privacy first |
|
|
|
description: >- |
|
|
|
Open source home automation that puts local control and privacy |
|
|
@ -40,14 +40,7 @@ torOnly: false |
|
|
|
permissions: |
|
|
|
- STORAGE_DOWNLOADS |
|
|
|
releaseNotes: >- |
|
|
|
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 |
|
|
|
Improved device integrations, fixed media playback issues, and updated various system dependencies for better performance. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/home-assistant/core/releases |
|
|
|