App Submission: Matter Server (#1866)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Alexander L. 2025-01-13 02:10:07 +01:00 committed by GitHub
parent 08cb754271
commit 42efc67d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 41 additions and 0 deletions

View File

View File

@ -0,0 +1,16 @@
version: "3.7"
services:
server:
image: ghcr.io/home-assistant-libs/python-matter-server:6.6.1@sha256:2057a36093e8a0e5a9d6c391a2be64401944783a6263e26c992b7790033304b5
restart: on-failure
# Required for mDNS to work correctly
network_mode: host
# UI at default port 5580
security_opt:
# Needed for Bluetooth via dbus
- apparmor:unconfined
volumes:
- ${APP_DATA_DIR}/data:/data/
# Required for Bluetooth via D-Bus
- /run/dbus:/run/dbus:ro

View File

@ -0,0 +1,25 @@
manifestVersion: 1
id: matter-server
name: Matter Server
tagline: A Matter Controller Server over WebSockets
category: automation
version: "6.6.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.
🏠 The goal of this project is primarily to have Matter support in Home Assistant but its universal approach makes it suitable to be used in other projects too.
developer: Home Assistant
website: https://home-assistant.io
repo: https://github.com/home-assistant-libs/python-matter-server
submitter: al-lac
submission: https://github.com/getumbrel/umbrel-apps/pull/1866
support: https://community.home-assistant.io/
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
dependencies: []
path: ""