2023-06-28 07:42:12 +00:00
{
"config" : {
"flow_title" : "LOQED Touch Smartlock setup" ,
"step" : {
"user" : {
2023-08-30 14:21:52 +00:00
"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." ,
2023-06-28 07:42:12 +00:00
"data" : {
"name" : "Name of your lock in the LOQED app." ,
2023-07-25 06:27:18 +00:00
"api_token" : "[%key:common::config_flow::data::api_token%]"
2023-06-28 07:42:12 +00:00
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2023-07-03 01:52:52 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2023-06-28 07:42:12 +00:00
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"
}
2023-07-07 03:09:34 +00:00
} ,
"entity" : {
"sensor" : {
"ble_strength" : {
"name" : "Bluetooth signal"
}
}
2023-06-28 07:42:12 +00:00
}
}