Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update home-assistant to version 2024.9.1 #1449

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: "3.7"

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

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
server:
image: homeassistant/home-assistant:2024.8.3@sha256:49501c175b6108e94d20a723e6a991a14389454374eba06b2c6833b1315e34b5
image: homeassistant/home-assistant:2024.9.1@sha256:f1a96b632ea6f2b96f882ea17e2ed3660a741d5e45a5278ef0f38abe8e1df6c8
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
volumes:
Expand Down
21 changes: 9 additions & 12 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.8.3"
version: "2024.9.1"
tagline: Home automation that puts local control & privacy first
description: >-
Open source home automation that puts local control and privacy
Expand Down Expand Up @@ -42,17 +42,14 @@ permissions:
releaseNotes: >-
This release includes several improvements and bug fixes:

- Skip NextBus update during integration loading.
- Added support for the Alt Core300s model in Vesync.
- Updated Matter light transition blocklist for GE Cync Undercabinet Lights.
- Prevent KeyError for invalid Matter device values.
- Fixed Spotify media browsing for new config entries.
- Resolved crash with SenseCAP devices in TTN client.
- Added supported features for iZone.
- Fixed missing ID in Habitica API response.
- Adjusted Alexa remote activity support based on feature settings.
- Included various version updates for multiple integrations and dependencies.

- Improved BTHome support for devices with multiple buttons
- Enhanced play media support in LinkPlay
- Fixed blocking call issue in Yale Smart Alarm integration
- Improved handling of effects in Hue integration
- Enhanced support for AquaCell devices
- Updated frontend to version 20240906.0


Full release notes are available at https://github.com/home-assistant/core/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926