mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
chore: update test-addon
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
args:
|
||||
package_version: "3.0.0-alpha.33"
|
||||
package_version: "3.0.0-alpha.40"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "3.0.0-alpha.33"
|
||||
version: "3.0.0-alpha.40"
|
||||
slug: hamh_test
|
||||
name: Home-Assistant-Matter-Hub (Test Addon // DO NOT USE)
|
||||
description: THIS IS FOR TESTING PURPOSE. DO NOT USE THIS ADDON.
|
||||
@@ -13,15 +13,13 @@ arch:
|
||||
- armv7
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
panel_icon: mdi:bridge
|
||||
panel_title: Matter bridges
|
||||
map:
|
||||
- addon_config:rw
|
||||
options:
|
||||
log_level: info
|
||||
app_log_level: info
|
||||
disable_log_colors: false
|
||||
mdns_network_interface: ""
|
||||
schema:
|
||||
log_level: list(silly|debug|info|warn|error)
|
||||
app_log_level: list(silly|debug|info|warn|error)
|
||||
disable_log_colors: bool
|
||||
mdns_network_interface: "str?"
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
bashio::addon.config
|
||||
echo ""
|
||||
bashio::addon.ingress_port
|
||||
echo ""
|
||||
|
||||
home-assistant-matter-hub start \
|
||||
--log-level=$(bashio::config 'log_level') \
|
||||
--log-level=$(bashio::config 'app_log_level') \
|
||||
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||
--storage-location=/config/data \
|
||||
--web-port="$(bashio::addon.ingress_port)" \
|
||||
--web-port=$(bashio::addon.ingress_port) \
|
||||
--home-assistant-url='http://supervisor/core' \
|
||||
--home-assistant-access-token="$SUPERVISOR_TOKEN"
|
||||
|
||||
Reference in New Issue
Block a user