Skip to content

Commit

Permalink
matter_server: Bump Python Matter server to 6.4.0 (#3706)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Aug 5, 2024
1 parent 100eef6 commit 6b10bcf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions matter_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.4.0

- Bump Python Matter Server to [6.4.0](https://github.com/home-assistant-libs/python-matter-server/releases/tag/6.4.0)
- Use add-on config directory as update directory

## 6.3.1

- Fix Matter SDK log level when using beta flag
Expand Down
5 changes: 4 additions & 1 deletion matter_server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 6.3.1
version: 6.4.0
slug: matter_server
name: Matter Server
description: Matter WebSocket Server for Home Assistant Matter support.
Expand All @@ -20,6 +20,9 @@ image: homeassistant/{arch}-addon-matter-server
ingress: true
ingress_port: 5580
init: false
map:
- type: addon_config
read_only: false
options:
log_level: info
log_level_sdk: error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ matter_server_args+=(
'--log-level-sdk' "${log_level_sdk}"
'--primary-interface' "${primary_interface}"
'--paa-root-cert-dir' "/data/credentials"
'--ota-provider-dir' "/config/updates"
'--fabricid' 2
'--vendorid' 4939
${extra_args[@]}
Expand Down

0 comments on commit 6b10bcf

Please sign in to comment.