mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update config.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Addons_Updater",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"slug": "updater",
|
||||
"description": "Automatic addons update upon upstream new release",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/updater",
|
||||
@@ -20,12 +20,14 @@
|
||||
"addon": [{ "slug": "addon slug", "current": "1.1.1.1", "beta": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
|
||||
"gituser": "gituser",
|
||||
"gitpass": "gitpassword",
|
||||
"gitmail": "youremail@gmail.com",
|
||||
"frequency": 7
|
||||
},
|
||||
"schema": {
|
||||
"addon": [{ "slug": "str", "current": "str", "beta": "bool" , "repository": "str", "upstream": "str"}],
|
||||
"gituser": "str",
|
||||
"gitpass": "str",
|
||||
"gitmail": "str",
|
||||
"frequency": "int"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user