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": {
"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",