mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 09:42:50 +01:00
Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_locks": "No locks found in your LOQED account."
|
|
},
|
|
"flow_title": "LOQED Touch Smartlock setup",
|
|
"step": {
|
|
"pick_lock": {
|
|
"data": {
|
|
"lock_id": "Select your lock"
|
|
},
|
|
"description": "Multiple locks found. Please select the lock you want to configure."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_token": "[%key:common::config_flow::data::api_token%]"
|
|
},
|
|
"description": "Log in at LOQED's [personal access tokens portal]({config_url}) and: \n* Create an API key by clicking 'Create' \n* Copy the created access token."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"ble_strength": {
|
|
"name": "Bluetooth signal"
|
|
}
|
|
}
|
|
}
|
|
}
|