mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Remove current
This commit is contained in:
@@ -18,14 +18,14 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"addon": [{ "slug": "addon slug", "current": "1.1.1.1", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
|
"addon": [{ "slug": "addon slug", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
|
||||||
"gituser": "gituser",
|
"gituser": "gituser",
|
||||||
"gitpass": "gitpassword",
|
"gitpass": "gitpassword",
|
||||||
"gitmail": "youremail@gmail.com",
|
"gitmail": "youremail@gmail.com",
|
||||||
"frequency": 7
|
"frequency": 7
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"addon": [{ "slug": "str", "current": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
|
"addon": [{ "slug": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
|
||||||
"gituser": "str",
|
"gituser": "str",
|
||||||
"gitpass": "str",
|
"gitpass": "str",
|
||||||
"gitmail": "str",
|
"gitmail": "str",
|
||||||
|
|||||||
Reference in New Issue
Block a user