Update matter-server to version 7.0.1 (#2061)

This commit is contained in:
Alexander L. 2025-01-20 11:44:11 +01:00 committed by GitHub
parent 6815583d59
commit 1ac9f84add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: ghcr.io/home-assistant-libs/python-matter-server:6.6.1@sha256:2057a36093e8a0e5a9d6c391a2be64401944783a6263e26c992b7790033304b5
image: ghcr.io/home-assistant-libs/python-matter-server:7.0.1@sha256:828c1cd3f957bb0287a099a439505457a25f5d65ed34281acf19cfbf537fe346
restart: on-failure
# Required for mDNS to work correctly
network_mode: host

View File

@ -3,7 +3,7 @@ id: matter-server
name: Matter Server
tagline: A Matter Controller Server over WebSockets
category: automation
version: "6.6.1"
version: "7.0.1"
port: 5580
description: >-
🛜 This project implements a Matter Controller Server over WebSockets using the official Matter (formerly CHIP) SDK as a base and provides both a server and client implementation.
@ -20,6 +20,21 @@ gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
releaseNotes: >-
Matter Server 7.0 and 7.0.1 contains support for Matter 1.4, multiple improvements and bug fixes.
Key Updates:
- ⚠ Breaking Change: Updated to Matter 1.4 wheels and device types
- Improved storage reliability with atomic writes and fixed settings file issues during initial startup.
- Enhanced documentation structure for easier navigation.
- Added custom features like draft ElectricalMeasurement cluster and updated naming for certification.
Full release notes are available at https://github.com/home-assistant-libs/python-matter-server/releases
dependencies: []
path: ""