From b9a0b20dfd86ed78cec33bab07f269d6288bc873 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Jan 2021 20:42:15 +0100 Subject: [PATCH] Update config.json --- addons_updater/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 3bb923e88..d8997b5f1 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -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" } }