Skip to content

Commit

Permalink
Update home-assistant to 2024.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 21, 2024
1 parent 2db8628 commit 5f0ead1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
server:
image: homeassistant/home-assistant:2024.12.3@sha256:e20ca1d7b578cd98d6868aefa80ac2b4ade9826f14e10e3ea206975b8c6aeb8f
image: homeassistant/home-assistant:2024.12.5@sha256:132ef461504be5c5ebd6e34e5d3fb3d7958bb6758a5136107eea9f84c299254a
network_mode: host

Check notice on line 6 in home-assistant/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "server" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
# UI at default port 8123
privileged: true
Expand Down
12 changes: 6 additions & 6 deletions home-assistant/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: home-assistant
category: automation
name: Home Assistant
version: "2024.12.3"
version: "2024.12.5"
tagline: Home automation that puts local control & privacy first
description: >-
Open source home automation that puts local control and privacy
Expand Down Expand Up @@ -41,12 +41,12 @@ permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
This release includes various improvements and bug fixes:
- Improved conversation and voice assistant capabilities
- Enhanced stability for Android TV integration
- Better handling of device connections and network requests
- Multiple UI improvements and bug fixes
- Enhanced stability for various integrations including MQTT and Music Assistant
- Improved handling of network connections and device communications
- Better error handling and recovery for various components
- Multiple UI improvements and general stability enhancements
Full release notes are available at https://github.com/home-assistant/core/releases/tag/2024.12.3
Full release notes are available at https://github.com/home-assistant/core/releases/tag/2024.12.5
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926

0 comments on commit 5f0ead1

Please sign in to comment.