2019-05-01 20:05:40 +00:00
{
"config" : {
"step" : {
"auth" : {
"title" : "Authenticate Ambiclimate" ,
2021-02-04 00:43:07 +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" : {
2020-10-18 18:55:32 +00:00
"default" : "[%key:common::config_flow::create_entry::authenticated%]"
2019-05-01 20:05:40 +00:00
} ,
"error" : {
"no_token" : "Not authenticated with Ambiclimate" ,
"follow_link" : "Please follow the link and authenticate before pressing Submit"
} ,
"abort" : {
2020-10-18 18:55:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"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
}