2020-08-05 12:38:29 +00:00
|
|
|
{
|
2020-08-06 18:43:42 +00:00
|
|
|
"config": {
|
2020-11-21 10:21:23 +00:00
|
|
|
"flow_title": "OVO Energy: {username}",
|
2020-08-06 18:43:42 +00:00
|
|
|
"error": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
2020-10-16 11:17:41 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-10-14 19:10:59 +00:00
|
|
|
"cannot_connect": "[%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-11-21 10:21:23 +00:00
|
|
|
},
|
|
|
|
"reauth": {
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
},
|
|
|
|
"description": "Authentication failed for OVO Energy. Please enter your current credentials.",
|
|
|
|
"title": "Reauthentication"
|
|
|
|
}
|
2020-08-06 18:43:42 +00:00
|
|
|
}
|
2020-08-05 12:38:29 +00:00
|
|
|
}
|
|
|
|
}
|