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