1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
2026-03-18 13:54:42 +01:00

72 lines
1.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_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%]"
},
"initiate_flow": {
"user": "[%key:common::config_flow::initiate_flow::account%]"
},
"step": {
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "The email of your Zinvolt account.",
"password": "The password of your Zinvolt account."
}
}
}
},
"entity": {
"binary_sensor": {
"charge": {
"name": "Charge"
},
"communication": {
"name": "Communication"
},
"current": {
"name": "Current"
},
"discharge": {
"name": "Discharge"
},
"on_grid": {
"name": "Grid connection"
},
"other": {
"name": "Other problems"
},
"voltage": {
"name": "Voltage"
}
},
"number": {
"lower_threshold": {
"name": "Minimum charge level"
},
"max_output": {
"name": "Maximum output"
},
"standby_time": {
"name": "Standby time"
},
"upper_threshold": {
"name": "Maximum charge level"
}
}
},
"exceptions": {
"update_failed": {
"message": "An error occurred while updating the Zinvolt integration."
}
}
}