1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/sense/strings.json
2025-10-28 10:33:10 +01:00

56 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"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%]"
},
"step": {
"reauth_validate": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"description": "The Sense integration needs to re-authenticate your account {email}.",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]",
"timeout": "Timeout"
},
"title": "Connect to your Sense Energy Monitor"
},
"validation": {
"data": {
"code": "Verification code"
},
"title": "Sense multi-factor authentication"
}
}
},
"entity": {
"sensor": {
"bill_energy": {
"name": "Bill energy"
},
"daily_energy": {
"name": "Daily energy"
},
"monthly_energy": {
"name": "Monthly energy"
},
"weekly_energy": {
"name": "Weekly energy"
},
"yearly_energy": {
"name": "Yearly energy"
}
}
}
}