From f6bd04f354f232ac5964f90373b3f44348ce2507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Mon, 19 Jan 2026 17:42:35 +0000 Subject: [PATCH] 0.6.9 --- .../bahmcloud_store/strings.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/custom_components/bahmcloud_store/strings.json b/custom_components/bahmcloud_store/strings.json index 4b2fffc..1b2ccc9 100644 --- a/custom_components/bahmcloud_store/strings.json +++ b/custom_components/bahmcloud_store/strings.json @@ -1,4 +1,29 @@ { + "config": { + "abort": { + "single_instance_allowed": "Bahmcloud Store is already configured." + }, + "step": { + "user": { + "title": "Set up Bahmcloud Store", + "description": "The store index is fixed to the official Bahmcloud Store.\n\nOptional: Add a GitHub token to increase API rate limits for GitHub/HACS repositories.", + "data": { + "github_token": "GitHub token (optional)" + } + } + } + }, + "options": { + "step": { + "init": { + "title": "Bahmcloud Store options", + "description": "Optional: Configure a GitHub token to increase API rate limits.", + "data": { + "github_token": "GitHub token (optional)" + } + } + } + }, "issues": { "restart_required": { "title": "Restart required",