32 lines
701 B
YAML
32 lines
701 B
YAML
|
name: "HA-Matter-Bridge"
|
||
|
version: "1.0.0"
|
||
|
slug: folder
|
||
|
description: >-
|
||
|
"
|
||
|
This project serves as a proof of concept to connect HomeAssistant devices to Voice Assistants through the Matter Protocol."
|
||
|
arch:
|
||
|
- amd64
|
||
|
url: "https://git.jatus.tech/Jatus/ha-matter-bridge"
|
||
|
ports:
|
||
|
5540/tcp: 5540
|
||
|
host_network: true
|
||
|
environment:
|
||
|
- HA_HOST=${HA_HOST}
|
||
|
- HA_PORT=${HA_PORT}
|
||
|
- HA_ACCESS_TOKEN=${HA_ACCESS_TOKEN}
|
||
|
map:
|
||
|
- config:rw
|
||
|
- ssl
|
||
|
image: repo/{arch}-my-custom-addon
|
||
|
options:
|
||
|
message: "settings"
|
||
|
settings:
|
||
|
- HA_HOST: localhost
|
||
|
HA_PORT: 8123
|
||
|
HA_ACCESS_TOKEN: "your acces token"
|
||
|
schema:
|
||
|
message: str
|
||
|
settings:
|
||
|
- HA_HOST: str
|
||
|
HA_PORT: int
|
||
|
HA_ACCESS_TOKEN: str
|