diff --git a/hamh/build.yaml b/hamh/build.yaml index 4d731ca..bb28420 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.19" + package_version: "3.0.0-alpha.20" diff --git a/hamh/config.yaml b/hamh/config.yaml index bd2f680..b8ca109 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.19" +version: "3.0.0-alpha.20" 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. @@ -15,12 +15,12 @@ webui: http://[HOST]:[PORT:8482]/ map: - addon_config:rw options: - log_level: info + app_log_level: info disable_log_colors: false web_port: 8482 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 web_port: int(1,) mdns_network_interface: "str?" diff --git a/hamh/docker-entrypoint.sh b/hamh/docker-entrypoint.sh index 9e284bd..bcc0d5d 100644 --- a/hamh/docker-entrypoint.sh +++ b/hamh/docker-entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bashio 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::config 'web_port') \ diff --git a/hamh/translations/en.yaml b/hamh/translations/en.yaml index c0da84d..35bb45c 100644 --- a/hamh/translations/en.yaml +++ b/hamh/translations/en.yaml @@ -1,9 +1,9 @@ --- configuration: - log_level: + app_log_level: name: Log Level 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: name: Disable log colors description: |