mirror of
https://github.com/hassio-addons/addon-adb.git
synced 2025-05-07 04:41:24 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
6bd0d6aa6c
commit
65fbf64235
1 changed files with 3 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue