From 71d61c8c964644329398467d5c0852dd34d7ce74 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:37:17 +0200 Subject: [PATCH] Update config.json --- test/config.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/test/config.json b/test/config.json index 816b60448..71c4d51af 100644 --- a/test/config.json +++ b/test/config.json @@ -1,34 +1,13 @@ { "arch": [ - "aarch64", - "amd64", - "armv7" + "aarch64" ], - "boot": "manual", "codenotary": "alexandrep.github@gmail.com", "description": "Do not use", - "environment": { - "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" - }, "image": "ghcr.io/alexbelgium/test-{arch}", - "init": false, "name": "Do not use", - "options": { - "gitpass": "gitpassword", - "gituser": "gituser", - "repository": "alexbelgium/hassio-addons" - }, - "schema": { - "dry_run": "bool?", - "gitapi": "str?", - "gitmail": "str?", - "gitpass": "str", - "gituser": "str", - "repository": "str", - "verbose": "bool?" - }, "slug": "test", "startup": "once", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "3.15" + "version": "1.0" }