23 lines
878 B
JSON
23 lines
878 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"auth": {
|
|
"title": "Authenticate Ambiclimate",
|
|
"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})"
|
|
}
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"error": {
|
|
"no_token": "Not authenticated with Ambiclimate",
|
|
"follow_link": "Please follow the link and authenticate before pressing Submit"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"access_token": "Unknown error generating an access token."
|
|
}
|
|
}
|
|
}
|