mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Correct loqed token URL to production server (#99316)
* Corrects token URL to production server * Update homeassistant/components/loqed/strings.json --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
a1b2b9a78c
commit
bc5f934f35
@ -123,7 +123,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
step_id="user",
|
step_id="user",
|
||||||
data_schema=user_data_schema,
|
data_schema=user_data_schema,
|
||||||
description_placeholders={
|
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,
|
data_schema=user_data_schema,
|
||||||
errors=errors,
|
errors=errors,
|
||||||
description_placeholders={
|
description_placeholders={
|
||||||
"config_url": "https://integrations.production.loqed.com/personal-access-tokens",
|
"config_url": "https://integrations.loqed.com/personal-access-tokens",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"flow_title": "LOQED Touch Smartlock setup",
|
"flow_title": "LOQED Touch Smartlock setup",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"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": {
|
"data": {
|
||||||
"name": "Name of your lock in the LOQED app.",
|
"name": "Name of your lock in the LOQED app.",
|
||||||
"api_token": "[%key:common::config_flow::data::api_token%]"
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user