Browse Source

Update home-assistant to version 2024.10.3 (#1675)

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

2
home-assistant/docker-compose.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

11
home-assistant/umbrel-app.yml

@ -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

Loading…
Cancel
Save