19 lines
392 B
YAML
19 lines
392 B
YAML
|
---
|
||
|
name: 'HA Matter Bridge'
|
||
|
version: '1.0.0'
|
||
|
slug: ha-matter-bridge
|
||
|
description: This project serves as a proof of concept to connect HomeAssistant devices to Voice Assistants through the Matter Protocol.
|
||
|
init: false
|
||
|
arch:
|
||
|
- amd64
|
||
|
ports:
|
||
|
5540/tcp: 5540
|
||
|
|
||
|
host_network: true
|
||
|
hassio_role: homeassistant
|
||
|
hassio_api: true
|
||
|
homeassistant_api: true
|
||
|
auth_api: true
|
||
|
map:
|
||
|
- addon_config:rw
|