mirror of https://github.com/home-assistant/core
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to your Sense Energy Monitor",
|
|
"data": {
|
|
"email": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"timeout": "Timeout"
|
|
}
|
|
},
|
|
"validation": {
|
|
"title": "Sense Multi-factor authentication",
|
|
"data": {
|
|
"code": "Verification code"
|
|
}
|
|
},
|
|
"reauth_validate": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Sense integration needs to re-authenticate your account {email}.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"daily_energy": {
|
|
"name": "Daily energy"
|
|
},
|
|
"weekly_energy": {
|
|
"name": "Weekly energy"
|
|
},
|
|
"monthly_energy": {
|
|
"name": "Monthly energy"
|
|
},
|
|
"yearly_energy": {
|
|
"name": "Yearly energy"
|
|
},
|
|
"bill_energy": {
|
|
"name": "Bill energy"
|
|
}
|
|
}
|
|
}
|
|
}
|