2018-12-10 17:44:45 +00:00
{
"config" : {
2020-04-05 15:27:16 +00:00
"abort" : {
2020-06-15 11:38:38 +00:00
"already_configured" : "TelldusLive is already configured" ,
2020-04-05 15:27:16 +00:00
"authorize_url_fail" : "Unknown error generating an authorize url." ,
"authorize_url_timeout" : "Timeout generating authorize url." ,
"unknown" : "Unknown error occurred"
} ,
2020-05-12 17:50:44 +00:00
"error" : {
"auth_error" : "Authentication error, please try again"
} ,
2020-04-05 15:27:16 +00:00
"step" : {
"auth" : {
"description" : "To link your TelldusLive account:\n 1. Click the link below\n 2. Login to Telldus Live\n 3. Authorize **{app_name}** (click **Yes**).\n 4. Come back here and click **SUBMIT**.\n\n [Link TelldusLive account]({auth_url})" ,
"title" : "Authenticate against TelldusLive"
2018-12-10 17:44:45 +00:00
} ,
2020-05-12 17:50:44 +00:00
"user" : {
"data" : {
"host" : "[%key:common::config_flow::data::host%]"
} ,
"title" : "Pick endpoint."
}
2020-04-15 16:41:18 +00:00
}
2018-12-10 17:44:45 +00:00
}
2020-06-15 11:38:38 +00:00
}