From 553443e8aca8b114eab6ebc1d9bd92c13feb91ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:50:26 +0100 Subject: [PATCH] Update config.json --- free_games_claimer/config.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/free_games_claimer/config.json b/free_games_claimer/config.json index a3097a278..b508b492a 100644 --- a/free_games_claimer/config.json +++ b/free_games_claimer/config.json @@ -70,12 +70,13 @@ "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", "init": false, "map": [ - "config:rw" + "addon_config:rw", + "homeassistant_config:rw" ], "name": "Free Games Claimer (NoVNC not working)", "options": { "CMD_ARGUMENTS": "node epic-games ; node prime-gaming ; node gog", - "CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.env" + "CONFIG_LOCATION": "/config/config.env" }, "ports": { "5900/tcp": null, @@ -92,6 +93,6 @@ "slug": "free_games_claimer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.6-3", + "version": "1.6-4", "webui": "[PROTO:ssl]://[HOST]:[PORT:6080]" }