Browse Source

Update home-assistant to version 2024.8.3 (#1398)

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

2
home-assistant/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
server: server:
image: homeassistant/home-assistant:2024.8.1@sha256:01af627f579835945d9c67cd130aa7e6f7167a09d8ffab5d09c698f285ec8109 image: homeassistant/home-assistant:2024.8.3@sha256:49501c175b6108e94d20a723e6a991a14389454374eba06b2c6833b1315e34b5
network_mode: host network_mode: host
# UI at default port 8123 # UI at default port 8123
privileged: true privileged: true

21
home-assistant/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: home-assistant id: home-assistant
category: automation category: automation
name: Home Assistant name: Home Assistant
version: "2024.8.1" version: "2024.8.3"
tagline: Home automation that puts local control & privacy first tagline: Home automation that puts local control & privacy first
description: >- description: >-
Open source home automation that puts local control and privacy Open source home automation that puts local control and privacy
@ -42,14 +42,17 @@ permissions:
releaseNotes: >- releaseNotes: >-
This release includes several improvements and bug fixes: This release includes several improvements and bug fixes:
- Support for v3 Coinbase API - Skip NextBus update during integration loading.
- Improved OpenWeatherMap integration - Added support for the Alt Core300s model in Vesync.
- Fixed issues with Transmission, DoorBird, and Bluesound integrations - Updated Matter light transition blocklist for GE Cync Undercabinet Lights.
- Enhanced support for YoLink devices - Prevent KeyError for invalid Matter device values.
- Updates to ZHA (Zigbee Home Automation) library - Fixed Spotify media browsing for new config entries.
- Improvements to AirGradient and Chacon DIO integrations - 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.
Full release notes are available at https://github.com/home-assistant/core/releases Full release notes are available at https://github.com/home-assistant/core/releases
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926 submission: https://github.com/getumbrel/umbrel/commit/9d79cffae608c6a6ab077f859c1c531a581cf926
Loading…
Cancel
Save