diff --git a/tasmoadmin/config.json b/tasmoadmin/config.json index e91fd94..3a53b14 100755 --- a/tasmoadmin/config.json +++ b/tasmoadmin/config.json @@ -6,19 +6,11 @@ "url": "https://github.com/hassio-addons/addon-tasmoadmin", "webui": "[PROTO:ssl]://[HOST]:[PORT:9541]", "startup": "system", - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7", - "i386" - ], + "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "boot": "auto", "hassio_api": true, "hassio_role": "default", - "map": [ - "ssl" - ], + "map": ["ssl"], "ports": { "9541/tcp": 9541 }, @@ -31,7 +23,7 @@ "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "ssl": "bool", "certfile": "str", "keyfile": "str"