mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Verbose not mandatory
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user