2019-05-01 20:05:40 +00:00
{
"config" : {
"step" : {
"auth" : {
"title" : "Authenticate Ambiclimate" ,
2020-05-14 17:33:14 +00:00
"description" : "Please follow this [link]({authorization_url}) and **Allow** access to your Ambiclimate account, then come back and press **Submit** below.\n(Make sure the specified callback url is {cb_url})"
2019-05-01 20:05:40 +00:00
}
} ,
"create_entry" : {
"default" : "Successfully authenticated with Ambiclimate"
} ,
"error" : {
"no_token" : "Not authenticated with Ambiclimate" ,
"follow_link" : "Please follow the link and authenticate before pressing Submit"
} ,
"abort" : {
2020-10-03 11:43:34 +00:00
"already_configured_account" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"oauth2_missing_configuration" : "[%key:common::config_flow::abort::oauth2_missing_configuration%]" ,
2019-05-01 20:05:40 +00:00
"access_token" : "Unknown error generating an access token."
}
}
2020-04-05 15:27:16 +00:00
}