2025-03-12 17:50:37 +00:00
|
|
|
version: "3.0.0-alpha.76"
|
2025-02-14 10:59:44 +01:00
|
|
|
image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon
|
2024-10-27 16:56:41 +01:00
|
|
|
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
|
2024-11-30 22:15:10 +01:00
|
|
|
panel_icon: mdi:hub
|
|
|
|
|
panel_title: Matter Hub
|
2024-10-27 16:56:41 +01:00
|
|
|
homeassistant: 2024.1.0
|
|
|
|
|
homeassistant_api: true
|
|
|
|
|
host_network: true
|
|
|
|
|
init: false
|
|
|
|
|
arch:
|
|
|
|
|
- aarch64
|
|
|
|
|
- amd64
|
|
|
|
|
- armv7
|
2024-11-30 17:49:32 +01:00
|
|
|
ingress: true
|
|
|
|
|
ingress_port: 0
|
2024-10-27 16:56:41 +01:00
|
|
|
map:
|
|
|
|
|
- addon_config:rw
|
|
|
|
|
options:
|
2024-11-07 15:09:31 +01:00
|
|
|
app_log_level: info
|
2024-10-27 16:56:41 +01:00
|
|
|
disable_log_colors: false
|
2024-11-01 10:38:07 +01:00
|
|
|
mdns_network_interface: ""
|
2024-10-27 16:56:41 +01:00
|
|
|
schema:
|
2025-02-14 09:17:53 +01:00
|
|
|
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
|
2024-10-27 16:56:41 +01:00
|
|
|
disable_log_colors: bool
|
2024-11-01 10:38:07 +01:00
|
|
|
mdns_network_interface: "str?"
|