mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Added verbose options, and readded s*1
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
],
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
"PGID": 0,
|
||||
"verbose": false
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
@@ -54,6 +55,7 @@
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool?"
|
||||
"smbv1": "bool?",
|
||||
"verbose": "bool?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user