remove pass from updater

This commit is contained in:
DDanii
2023-07-17 15:19:44 +00:00
parent 9b8b76a33a
commit 76208b6123
3 changed files with 5 additions and 14 deletions

View File

@@ -14,15 +14,14 @@
"init": false,
"name": "Repository Updater",
"options": {
"gitpass": "gitpassword",
"gitapi": "gitapi",
"gituser": "gituser",
"repository": "alexbelgium/hassio-addons"
},
"schema": {
"dry_run": "bool?",
"gitapi": "str?",
"gitapi": "str",
"gitmail": "str?",
"gitpass": "str",
"gituser": "str",
"repository": "str",
"verbose": "bool?"