mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
remove pass from updater
This commit is contained in:
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user