diff --git a/phlex/config.json b/phlex/config.json index 8efbe4d..832d2e4 100644 --- a/phlex/config.json +++ b/phlex/config.json @@ -6,13 +6,7 @@ "url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md", "webui": "[PROTO:ssl]://[HOST]:[PORT:1778]", "startup": "services", - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7", - "i386" - ], + "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "boot": "auto", "hassio_api": true, "hassio_role": "default", @@ -22,17 +16,14 @@ "ports_description": { "1778/tcp": "FlexTV web interface" }, - "map": [ - "ssl", - "config" - ], + "map": ["ssl", "config"], "options": { "ssl": true, "certfile": "fullchain.pem", "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"