Update config.json

This commit is contained in:
Alexandre
2021-01-30 20:42:15 +01:00
committed by GitHub
parent a73b888e1d
commit b9a0b20dfd

View File

@@ -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"
}
}