mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
22 lines
705 B
JSON
22 lines
705 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "LOQED Touch Smartlock setup",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"name": "Name of your lock in the LOQED app."
|
|
},
|
|
"description": "Login at {config_url} and: \n* Create an API-key by clicking 'Create' \n* Copy the created access token."
|
|
}
|
|
}
|
|
}
|
|
} |