Update matter-server to version 8.1.0 (#3474)

This commit is contained in:
Alexander L. 2025-08-19 12:27:34 +02:00 committed by GitHub
parent 91fced3003
commit ff49bf5b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: ghcr.io/home-assistant-libs/python-matter-server:8.0.0@sha256:8fd1ea29ab5eca1c5e87cb983c9797b469ad315f6667c73a28b2c4c23a75923c
image: ghcr.io/home-assistant-libs/python-matter-server:8.1.0@sha256:170aa093ce91c76cde4cc390918307590f0f5558fcec93f913af3cb019e6562a
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: "8.0.0"
version: "8.1.0"
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.
@ -25,12 +25,13 @@ releaseNotes: >-
Key updates:
- Improved Matter DNS-SD service parsing
- Added Mounted device types (1.4)
- Removed unnecessary libgirepository dependency
- Enhanced multicasts for service discovery
- Added custom cluster for Inovelli VTM31-SN Dimmer
- Improved support for local updates with the same version string
- Added ObstructionDetected attribute for Eve devices
- Logged primary interface used by Python Matter server at startup
- Added Heiman cluster support
- Updated to Matter SDK 2025.7.0
- Added multiplier and divisor attributes to ThirdReality metering cluster
- Added custom weatherTrend attribute for Eve Weather device
- Introduced node binding dialog
Full release notes are available at https://github.com/home-assistant-libs/python-matter-server/releases