2020-08-05 12:38:29 +00:00
|
|
|
{
|
2020-08-06 18:43:42 +00:00
|
|
|
"config": {
|
|
|
|
"error": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
|
|
"authorization_error": "Authorization error. Check your credentials.",
|
|
|
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-08-05 12:38:29 +00:00
|
|
|
},
|
2020-08-06 18:43:42 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
},
|
|
|
|
"description": "Set up an OVO Energy instance to access your energy usage.",
|
|
|
|
"title": "Add OVO Energy Account"
|
|
|
|
}
|
|
|
|
}
|
2020-08-05 12:38:29 +00:00
|
|
|
}
|
|
|
|
}
|