Skip to content

Commit

Permalink
matter_server: Bump Python Matter server to 6.5.0 (#3756)
Browse files Browse the repository at this point in the history
Update to the lastest Python Matter server. This especially adds some
fixes around subscription recovery, making sure subscriptions get setup
correctly even if a first attempt fails.

It also includes new custom attributes for Eve Weather.
  • Loading branch information
agners authored Sep 10, 2024
1 parent e9dc73b commit e514344
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions matter_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.5.0

- Bump Python Matter Server to [6.5.0](https://github.com/home-assistant-libs/python-matter-server/releases/tag/6.5.0)

## 6.4.2

- Add support for custom Matter Server arguments
Expand Down
4 changes: 2 additions & 2 deletions matter_server/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/home-assistant-libs/python-matter-server:6.4.0
amd64: ghcr.io/home-assistant-libs/python-matter-server:6.4.0
aarch64: ghcr.io/home-assistant-libs/python-matter-server:6.5.0
amd64: ghcr.io/home-assistant-libs/python-matter-server:6.5.0
args:
BASHIO_VERSION: 0.14.3
TEMPIO_VERSION: 2021.09.0
Expand Down
2 changes: 1 addition & 1 deletion matter_server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 6.4.2
version: 6.5.0
slug: matter_server
name: Matter Server
description: Matter WebSocket Server for Home Assistant Matter support.
Expand Down

0 comments on commit e514344

Please sign in to comment.