From 0fbe092589f05a1b9976e91f1d0fbb1555077f18 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:06:26 +0100 Subject: [PATCH] Change Config Logic https://github.com/alexbelgium/hassio-addons/issues/597 --- epicgamesfree/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index 886e7987d..1560eb46a 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -5,6 +5,9 @@ ], "codenotary": "alexandrep.github@gmail.com", "description": "Automatically login and redeem promotional free games from Epic Games Store", + "environment": { + "CONFIG_DIR": "/config/addons_config/epicgamesfree" + }, "image": "ghcr.io/alexbelgium/epicgamesfree-{arch}", "init": false, "map": [ @@ -19,6 +22,6 @@ }, "slug": "epicgamesfree", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "80a651a060bb4c2313886bfa4bbffb7a0683b028-2022-12-07", + "version": "DO_NOT_UPDATE-80a651a060bb4c2313886bfa4bbffb7a0683b028-2022-12-07", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }