mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update matter-server to version 7.0.1 (#2061)
This commit is contained in:
parent
6815583d59
commit
1ac9f84add
@ -2,7 +2,7 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
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
|
restart: on-failure
|
||||||
# Required for mDNS to work correctly
|
# Required for mDNS to work correctly
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
@ -3,7 +3,7 @@ id: matter-server
|
|||||||
name: Matter Server
|
name: Matter Server
|
||||||
tagline: A Matter Controller Server over WebSockets
|
tagline: A Matter Controller Server over WebSockets
|
||||||
category: automation
|
category: automation
|
||||||
version: "6.6.1"
|
version: "7.0.1"
|
||||||
port: 5580
|
port: 5580
|
||||||
description: >-
|
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.
|
🛜 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
|
- 1.jpg
|
||||||
- 2.jpg
|
- 2.jpg
|
||||||
- 3.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: []
|
dependencies: []
|
||||||
path: ""
|
path: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user