mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 05:26:28 +01:00
Remove smbv1 bit
This commit is contained in:
@@ -48,8 +48,7 @@
|
||||
"PGID": 0,
|
||||
"networkdisks": "//server/share",
|
||||
"cifsusername": "username",
|
||||
"cifspassword": "password",
|
||||
"smbv1": false
|
||||
"cifspassword": "password"
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
@@ -59,6 +58,6 @@
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool"
|
||||
"smbv1": "bool?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user