chore: initial commit for home-assistant-matter-hub

This commit is contained in:
t0bst4r
2024-10-27 16:56:41 +01:00
commit 1f5be84c3c
8 changed files with 86 additions and 0 deletions

24
hamh/config.yaml Normal file
View 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,)