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