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",