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

This commit is contained in:
Franck Nijhof 2020-02-11 20:04:25 +01:00
parent 6bd0d6aa6c
commit 65fbf64235
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -11,17 +11,8 @@
"ports_description": {
"5037/tcp": "ADB Server"
},
"arch": [
"aarch64",
"amd64",
"armv7",
"i386"
],
"map": [
"config:rw",
"share:rw",
"ssl:rw"
],
"arch": ["aarch64", "amd64", "armv7", "i386"],
"map": ["config:rw", "share:rw", "ssl:rw"],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
@ -30,7 +21,7 @@
"reconnect_timeout": 90
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"keys_path": "str?",
"devices": ["str"],
"reconnect_timeout": "int"