mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 08:58:08 +08:00
chore: initial commit for home-assistant-matter-hub
This commit is contained in:
24
hamh/config.yaml
Normal file
24
hamh/config.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
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,)
|
||||
Reference in New Issue
Block a user