mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
30 lines
902 B
YAML
30 lines
902 B
YAML
version: "4.1.0-testing.21"
|
|
image: ghcr.io/riddix/home-assistant-matter-hub-addon
|
|
slug: hamh-testing
|
|
name: Home-Assistant-Matter-Hub (Testing)
|
|
description: "⚠️ TESTING VERSION - May contain BREAKING CHANGES! Experimental features, unstable code, and cutting-edge Matter.js updates. Use at your own risk. Not recommended for production use."
|
|
url: https://github.com/riddix/home-assistant-matter-hub/tree/testing
|
|
panel_icon: mdi:bug
|
|
panel_title: Matter Hub Testing
|
|
homeassistant: 2024.1.0
|
|
homeassistant_api: true
|
|
host_network: true
|
|
init: false
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
ingress: true
|
|
ingress_port: 0
|
|
map:
|
|
- addon_config:rw
|
|
options:
|
|
app_log_level: debug
|
|
disable_log_colors: false
|
|
mdns_network_interface: ""
|
|
matter_js_testing: true
|
|
schema:
|
|
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
|
|
disable_log_colors: bool
|
|
mdns_network_interface: "str?"
|
|
matter_js_testing: bool
|