2019-02-26 18:18:09 +00:00
{
"config" : {
"step" : {
"authenticate" : {
"title" : "Link your Toon account" ,
"description" : "Authenticate with your Eneco Toon account (not the developer account)." ,
"data" : {
"username" : "Username" ,
"password" : "Password" ,
"tenant" : "Tenant"
}
} ,
"display" : {
"title" : "Select display" ,
"description" : "Select the Toon display to connect with." ,
2020-04-16 19:52:53 +00:00
"data" : { "display" : "Choose display" }
2019-02-26 18:18:09 +00:00
}
} ,
"error" : {
"credentials" : "The provided credentials are invalid." ,
"display_exists" : "The selected display is already configured."
} ,
"abort" : {
"client_id" : "The client ID from the configuration is invalid." ,
"client_secret" : "The client secret from the configuration is invalid." ,
2020-03-16 10:58:12 +00:00
"unknown_auth_fail" : "Unexpected error occurred, while authenticating." ,
2019-02-26 18:18:09 +00:00
"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/)."
}
}
2020-04-05 15:27:16 +00:00
}