33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
|
{
|
||
|
"config": {
|
||
|
"abort": {
|
||
|
"client_id": "The client ID from the configuration is invalid.",
|
||
|
"client_secret": "The client secret from the configuration is invalid.",
|
||
|
"no_agreements": "This account has no Toon displays.",
|
||
|
"no_app": "You need to configure Toon before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/toon/).",
|
||
|
"unknown_auth_fail": "Unexpected error occurred, while authenticating."
|
||
|
},
|
||
|
"error": {
|
||
|
"credentials": "The provided credentials are invalid.",
|
||
|
"display_exists": "The selected display is already configured."
|
||
|
},
|
||
|
"step": {
|
||
|
"authenticate": {
|
||
|
"data": {
|
||
|
"password": "Password",
|
||
|
"tenant": "Tenant",
|
||
|
"username": "Username"
|
||
|
},
|
||
|
"description": "Authenticate with your Eneco Toon account (not the developer account).",
|
||
|
"title": "Link your Toon account"
|
||
|
},
|
||
|
"display": {
|
||
|
"data": {
|
||
|
"display": "Choose display"
|
||
|
},
|
||
|
"description": "Select the Toon display to connect with.",
|
||
|
"title": "Select display"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|