Update home-assistant to version 2025.1.1 (#2024)

This commit is contained in:
Nathan Fretz 2025-01-08 16:32:58 +10:00 committed by GitHub
parent 2279eaa8bd
commit d5bcc1e64a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: homeassistant/home-assistant:2025.1.0@sha256:7db850eff6b858b6d01860cd76a10d993861f9bff140de85734ce01d153a62ca
image: homeassistant/home-assistant:2025.1.1@sha256:dda88779889b09d5465b8bf0c69ba2a62f81b01ee74d943ebe31e3474ea7cbea
network_mode: host
# UI at default port 8123
privileged: true

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: home-assistant
category: automation
name: Home Assistant
version: "2025.1.0"
version: "2025.1.1"
tagline: Home automation that puts local control & privacy first
description: >-
Open source home automation that puts local control and privacy
@ -40,10 +40,10 @@ torOnly: false
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
This release brings a complete overhaul of the backup system in Home Assistant, which has been in the works for months.
This is a bugfix release.
Automated backups, encrypted Home Assistant Cloud backup storage, retention policies, configuration wizards, and even the ability for integrations to offer backup storage locations.
And in case you missing 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.
Full release notes are available at https://www.home-assistant.io/blog/2025/01/03/release-20251/