1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/hypontech/strings.json
Hai-Nam Nguyen 52d645e4bf Hypontech micro invertors support via Hyponcloud (#159442)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-16 23:38:44 +01:00

53 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"wrong_account": "The provided credentials are for a different Hypontech Cloud account."
},
"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_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::hypontech::config::step::user::data_description::password%]",
"username": "[%key:component::hypontech::config::step::user::data_description::username%]"
},
"description": "Your Hypontech Cloud credentials have expired. Please re-enter your credentials to continue using this integration."
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "Your Hypontech Cloud account password.",
"username": "Your Hypontech Cloud account username."
}
}
}
},
"entity": {
"sensor": {
"lifetime_energy": {
"name": "Lifetime energy"
},
"today_energy": {
"name": "Today energy"
}
}
},
"exceptions": {
"connection_error": {
"message": "Failed to connect to Hypontech Cloud. Maybe you make too frequent connection from multiple devices in your network."
}
}
}