Verbose not mandatory

This commit is contained in:
Alexandre
2022-04-27 17:07:29 +02:00
committed by GitHub
parent e7be45e441
commit 8e4866af31

View File

@@ -16,8 +16,7 @@
"options": { "options": {
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"gitpass": "gitpassword", "gitpass": "gitpassword",
"gituser": "gituser", "gituser": "gituser"
"verbose": true
}, },
"schema": { "schema": {
"repository": "str", "repository": "str",
@@ -25,7 +24,7 @@
"gitmail": "str?", "gitmail": "str?",
"gitpass": "str", "gitpass": "str",
"gituser": "str", "gituser": "str",
"verbose": "bool" "verbose": "bool?"
}, },
"slug": "updater", "slug": "updater",
"startup": "once", "startup": "once",