Skip to content

Commit

Permalink
Update home-assistant to 2025.1.4 (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jan 30, 2025
1 parent 74fccc6 commit 7929df3
Show file tree
Hide file tree
Showing 2 changed files with 9 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:2025.1.3@sha256:fccef878024377273be5d2bb8cc7d63715dd8b255b36543d595eb867549f4a79
image: homeassistant/home-assistant:2025.1.4@sha256:a8aab945aec2f43eb1b1fde4d19e25ef952fab9c10f49e40d3b3ce7d24cedc19
network_mode: host
# UI at default port 8123
privileged: true
Expand Down
13 changes: 8 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: "2025.1.3"
version: "2025.1.4"
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,11 +41,14 @@ permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
This release includes various bug fixes and improvements:
- Fixed issues with HomeKit integration stability
- Improved MQTT number state validation
- Enhanced SmartThings authentication handling
- Fixed issues with Hydrawise watering duration limits
- Improved handling of LinkPlay devices
- Enhanced thumbnail URL processing
- Fixed various integration-specific issues
- Updated several core dependencies
- Updated frontend components and dependencies
⚠️ Breaking change: Fixed Modbus slave ID handling that may affect some configurations
And in case you missed the last major release (2025.1.0), this brought a complete overhaul of the backup system in Home Assistant: automated backups, encrypted Home Assistant Cloud backup storage, retention policies, configuration wizards, and even the ability for integrations to offer backup storage locations.
Expand Down

0 comments on commit 7929df3

Please sign in to comment.