mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 13:51:50 +02:00
Make gitmail optional
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
"name": "Repository Updater",
|
"name": "Repository Updater",
|
||||||
"options": {
|
"options": {
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"gitmail": "youremail@gmail.com",
|
|
||||||
"gitpass": "gitpassword",
|
"gitpass": "gitpassword",
|
||||||
"gituser": "gituser",
|
"gituser": "gituser",
|
||||||
"verbose": true
|
"verbose": true
|
||||||
@@ -23,7 +22,7 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"repository": "str",
|
"repository": "str",
|
||||||
"gitapi": "str?",
|
"gitapi": "str?",
|
||||||
"gitmail": "str",
|
"gitmail": "str?",
|
||||||
"gitpass": "str",
|
"gitpass": "str",
|
||||||
"gituser": "str",
|
"gituser": "str",
|
||||||
"verbose": "bool"
|
"verbose": "bool"
|
||||||
|
|||||||
Reference in New Issue
Block a user