mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 06:50:58 +02:00
Update config.json
This commit is contained in:
@@ -20,14 +20,12 @@
|
|||||||
"addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
|
"addon": [{ "slug": "addon slug", "beta": false, "fulltag": 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
|
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}],
|
"addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}],
|
||||||
"gituser": "str",
|
"gituser": "str",
|
||||||
"gitpass": "str",
|
"gitpass": "str",
|
||||||
"gitmail": "str",
|
"gitmail": "str"
|
||||||
"frequency": "int"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user