mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
25 lines
600 B
YAML
25 lines
600 B
YAML
version: "3.0.0-alpha.7"
|
|
slug: hamh
|
|
name: Home-Assistant-Matter-Hub
|
|
description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
|
|
url: https://github.com/t0bst4r/home-assistant-matter-hub
|
|
homeassistant: 2024.1.0
|
|
homeassistant_api: true
|
|
host_network: true
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armv7
|
|
webui: http://[HOST]:[PORT:8482]/
|
|
map:
|
|
- addon_config:rw
|
|
options:
|
|
log_level: info
|
|
disable_log_colors: false
|
|
web_port: 8482
|
|
schema:
|
|
log_level: list(debug|info|warn|error)
|
|
disable_log_colors: bool
|
|
web_port: int(1,)
|