diff --git a/homeassistant/components/loqed/config_flow.py b/homeassistant/components/loqed/config_flow.py index 5eecc0b3f59..911ccb0ff5b 100644 --- a/homeassistant/components/loqed/config_flow.py +++ b/homeassistant/components/loqed/config_flow.py @@ -123,7 +123,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): step_id="user", data_schema=user_data_schema, description_placeholders={ - "config_url": "https://integrations.production.loqed.com/personal-access-tokens", + "config_url": "https://integrations.loqed.com/personal-access-tokens", }, ) @@ -156,7 +156,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): data_schema=user_data_schema, errors=errors, description_placeholders={ - "config_url": "https://integrations.production.loqed.com/personal-access-tokens", + "config_url": "https://integrations.loqed.com/personal-access-tokens", }, ) diff --git a/homeassistant/components/loqed/strings.json b/homeassistant/components/loqed/strings.json index 59b91fea195..e4cd4b71045 100644 --- a/homeassistant/components/loqed/strings.json +++ b/homeassistant/components/loqed/strings.json @@ -3,7 +3,7 @@ "flow_title": "LOQED Touch Smartlock setup", "step": { "user": { - "description": "Login at {config_url} and: \n* Create an API-key by clicking 'Create' \n* Copy the created access token.", + "description": "Login at LOQED's [personal access tokens portal]({config_url}) and: \n* Create an API-key by clicking 'Create' \n* Copy the created access token.", "data": { "name": "Name of your lock in the LOQED app.", "api_token": "[%key:common::config_flow::data::api_token%]"