🔨 Update add-on config with new password & list features

This commit is contained in:
Franck Nijhof 2020-02-15 16:16:08 +01:00
parent 51d0f8f96d
commit 2d6d5be963
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -10,9 +10,7 @@
"panel_icon": "mdi:visual-studio-code",
"startup": "services",
"homeassistant": "0.92.0b2",
"arch": [
"amd64"
],
"arch": ["amd64"],
"boot": "auto",
"hassio_api": true,
"auth_api": true,
@ -25,13 +23,7 @@
"ports_description": {
"80/tcp": "VSCode (Not required for Ingress)"
},
"map": [
"config:rw",
"ssl:rw",
"addons:rw",
"share:rw",
"backup:rw"
],
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
@ -41,7 +33,7 @@
"disable_telemetry": false
},
"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",