mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 17:18:10 +08:00
feat: support different release types
This commit is contained in:
1275
hamh-beta/CHANGELOG.md
Normal file
1275
hamh-beta/CHANGELOG.md
Normal file
File diff suppressed because it is too large
Load Diff
28
hamh-beta/config.yaml
Normal file
28
hamh-beta/config.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: "3.0.0-alpha.95"
|
||||
image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon
|
||||
slug: hamh-beta
|
||||
name: Home-Assistant-Matter-Hub (Beta)
|
||||
description: Beta Releases of Home Assistant Matter Hub
|
||||
url: https://github.com/t0bst4r/home-assistant-matter-hub
|
||||
panel_icon: mdi:hub
|
||||
panel_title: Matter Hub (Beta)
|
||||
homeassistant: 2024.1.0
|
||||
homeassistant_api: true
|
||||
host_network: true
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
map:
|
||||
- addon_config:rw
|
||||
options:
|
||||
app_log_level: info
|
||||
disable_log_colors: false
|
||||
mdns_network_interface: ""
|
||||
schema:
|
||||
app_log_level: list(silly|debug|info|notice|warn|error|fatal)
|
||||
disable_log_colors: bool
|
||||
mdns_network_interface: "str?"
|
||||
BIN
hamh-beta/icon.png
Normal file
BIN
hamh-beta/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
BIN
hamh-beta/logo.png
Normal file
BIN
hamh-beta/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
14
hamh-beta/translations/en.yaml
Normal file
14
hamh-beta/translations/en.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
configuration:
|
||||
app_log_level:
|
||||
name: Log Level
|
||||
description: |
|
||||
The log level used for this addon. One of: silly, debug, info, warn, error
|
||||
disable_log_colors:
|
||||
name: Disable log colors
|
||||
description: |
|
||||
Print the log as plain text without any colors.
|
||||
mdns_network_interface:
|
||||
name: mDNS Network Interface
|
||||
description: |
|
||||
Limit mDNS to this network interface. Only change it if you know what you are doing. Default: empty
|
||||
Reference in New Issue
Block a user