From 4c068c6792df83d8b681e69edc2124c165088e5d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:01:09 +0200 Subject: [PATCH] Configure remaster runtime --- free_games_claimer/config.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/free_games_claimer/config.yaml b/free_games_claimer/config.yaml index 438d051921..6b353a9554 100644 --- a/free_games_claimer/config.yaml +++ b/free_games_claimer/config.yaml @@ -1,9 +1,9 @@ arch: - aarch64 - amd64 -description: - automatically claims free games on the Epic Games Store, Amazon Prime - Gaming and GOG +description: >- + Automatically claims free games from Epic Games Store, Amazon Prime Gaming, + GOG, Steam, and optional GamerPower-supported stores. devices: - /dev/dri - /dev/dri/card0 @@ -73,25 +73,29 @@ init: false map: - addon_config:rw - homeassistant_config:rw -name: Free Games Claimer (NoVNC not working) +name: Free Games Claimer options: env_vars: [] CMD_ARGUMENTS: node epic-games ; node prime-gaming ; node gog + STORES: "" + RUN_ONCE: true CONFIG_LOCATION: /config/config.env ports: 5900/tcp: null 6080/tcp: 6080 ports_description: 5900/tcp: VNC port - 6080/tcp: NOVNC port + 6080/tcp: noVNC web interface schema: env_vars: - name: match(^[A-Za-z0-9_]+$) value: str? - CMD_ARGUMENTS: str + CMD_ARGUMENTS: str? + STORES: str? + RUN_ONCE: bool CONFIG_LOCATION: str slug: free_games_claimer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.8" +version: "2.0.0" webui: "[PROTO:ssl]://[HOST]:[PORT:6080]"