Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
13 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.8.3@sha256:49501c175b6108e94d20a723e6a991a14389454374eba06b2c6833b1315e34b5 |
|
|
|
image: homeassistant/home-assistant:2024.9.1@sha256:f1a96b632ea6f2b96f882ea17e2ed3660a741d5e45a5278ef0f38abe8e1df6c8 |
|
|
|
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.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 |
|
|
@ -42,16 +42,13 @@ 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 |
|
|
|