mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-21 17:18:10 +08:00
bumb(home-assistant-matter-hub): version 3.0.0-alpha.20
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
args:
|
args:
|
||||||
package_version: "3.0.0-alpha.19"
|
package_version: "3.0.0-alpha.20"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: "3.0.0-alpha.19"
|
version: "3.0.0-alpha.20"
|
||||||
slug: hamh
|
slug: hamh
|
||||||
name: Home-Assistant-Matter-Hub
|
name: Home-Assistant-Matter-Hub
|
||||||
description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
|
description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.
|
||||||
@@ -15,12 +15,12 @@ webui: http://[HOST]:[PORT:8482]/
|
|||||||
map:
|
map:
|
||||||
- addon_config:rw
|
- addon_config:rw
|
||||||
options:
|
options:
|
||||||
log_level: info
|
app_log_level: info
|
||||||
disable_log_colors: false
|
disable_log_colors: false
|
||||||
web_port: 8482
|
web_port: 8482
|
||||||
mdns_network_interface: ""
|
mdns_network_interface: ""
|
||||||
schema:
|
schema:
|
||||||
log_level: list(silly|debug|info|warn|error)
|
app_log_level: list(silly|debug|info|warn|error)
|
||||||
disable_log_colors: bool
|
disable_log_colors: bool
|
||||||
web_port: int(1,)
|
web_port: int(1,)
|
||||||
mdns_network_interface: "str?"
|
mdns_network_interface: "str?"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
|
|
||||||
home-assistant-matter-hub start \
|
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') \
|
--disable-log-colors=$(bashio::config 'disable_log_colors') \
|
||||||
--storage-location=/config/data \
|
--storage-location=/config/data \
|
||||||
--web-port=$(bashio::config 'web_port') \
|
--web-port=$(bashio::config 'web_port') \
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
configuration:
|
configuration:
|
||||||
log_level:
|
app_log_level:
|
||||||
name: Log Level
|
name: Log Level
|
||||||
description: |
|
description: |
|
||||||
The log level used for this addon. One of: debug, info, warn, error
|
The log level used for this addon. One of: silly, debug, info, warn, error
|
||||||
disable_log_colors:
|
disable_log_colors:
|
||||||
name: Disable log colors
|
name: Disable log colors
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user