mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Verbose not mandatory
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
"options": {
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"gitpass": "gitpassword",
|
||||
"gituser": "gituser",
|
||||
"verbose": true
|
||||
"gituser": "gituser"
|
||||
},
|
||||
"schema": {
|
||||
"repository": "str",
|
||||
@@ -25,7 +24,7 @@
|
||||
"gitmail": "str?",
|
||||
"gitpass": "str",
|
||||
"gituser": "str",
|
||||
"verbose": "bool"
|
||||
"verbose": "bool?"
|
||||
},
|
||||
"slug": "updater",
|
||||
"startup": "once",
|
||||
|
||||
Reference in New Issue
Block a user