From 1381f2bfca476e3aee10359b918327dcbd792cef Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 May 2023 18:50:38 +0200 Subject: [PATCH] Update config.json --- free_games_claimer/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/free_games_claimer/config.json b/free_games_claimer/config.json index 13f0ac3f9..68142c445 100644 --- a/free_games_claimer/config.json +++ b/free_games_claimer/config.json @@ -53,7 +53,7 @@ "/dev/nvme1", "/dev/nvme2" ], - "environment": { + "options": { "CONFIG_LOCATION": "/config/addons_config/free_games_claimer/config.yaml" }, "image": "ghcr.io/alexbelgium/free_games_claimer-{arch}", @@ -70,6 +70,9 @@ "5900/tcp": "VNC port", "6080/tcp": "NOVNC port" }, + "schema": { + "CONFIG_LOCATION": "str" + }, "slug": "free_games_claimer", "url": "https://github.com/alexbelgium/hassio-addons", "version": "NOT_WORKING",