2020-02-25 23:37:41 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to your Sense Energy Monitor",
|
2020-05-12 16:08:07 +00:00
|
|
|
"data": {
|
|
|
|
"email": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-05-12 16:08:07 +00:00
|
|
|
}
|
2020-02-25 23:37:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect, please try again",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Device is already configured"
|
|
|
|
}
|
2020-02-25 23:37:41 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|