Skip to content

Commit

Permalink
Update home-assistant to 2024.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Nov 26, 2024
1 parent bab8fba commit ab3ece7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.11.2@sha256:2ddb0ceb186218e6daf423ac26be2e5a6ce1cd430c6064fe82d1d3d70b95cf38
image: homeassistant/home-assistant:2024.11.3@sha256:988ae0f8bab0620d7e9abdcf07f8a8f6d88f5ae301749e61e6cf00aaed13a19b
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
10 changes: 5 additions & 5 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.11.2"
version: "2024.11.3"
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,10 +41,10 @@ permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
This release includes various improvements and bug fixes:
- Fixed issues with Husqvarna Automower
- Improved handling of offline devices
- Enhanced camera streaming reliability
- Various translation and UI improvements
- Fixed issues with media playback for ESPHome devices
- Improved handling of Reolink cameras and devices
- Enhanced Fibaro cover state accuracy
- Various UI text improvements and translations
- Multiple integration fixes and stability updates
Expand Down

0 comments on commit ab3ece7

Please sign in to comment.