Files
homeassistant_config/config/custom_components/apsystems_ecur/translations/en.json
2024-05-31 09:39:52 +02:00

49 lines
1.8 KiB
JSON

{
"options": {
"step": {
"init": {
"data": {
"host": "ECU IP address (follow connection method table in readme)",
"scan_interval": "ECU query interval in seconds (minimum 300 recommended)",
"CACHE": "Retries when ECU fails (range between 1 - 5 recommended)",
"SSID": "Specify SSID (For ECU-R (sunspec) and ECU-C models only)",
"WPA-PSK": "Specify password (For ECU-R (sunspec) and ECU-C models only)",
"stop_graphs": "Do not update graphs when inverters are offline"
},
"title": "APsystems ECU Config"
}
},
"error": {
"cannot_connect": "Can't find ECU at this IP-Address or life-time energy is zero",
"no_ecuid": "No ECU ID returned from ECU",
"unknown": "Unknown error, see log for details"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"config": {
"step": {
"user": {
"data": {
"host": "ECU IP address (follow connection method table in readme)",
"scan_interval": "ECU query interval in seconds (minimum 300 recommended)",
"CACHE": "Retries when ECU fails (range between 1 - 5 recommended)",
"SSID": "Specify SSID (For ECU-R (sunspec) and ECU-C models only)",
"WPA-PSK": "Specify password (For ECU-R (sunspec) and ECU-C models only)",
"stop_graphs": "Do not update graphs when inverters are offline"
},
"title": "APsystems ECU Options"
}
},
"error": {
"cannot_connect": "Can't find ECU at this IP-Address or life-time energy is zero",
"no_ecuid": "No ECU ID returned from ECU",
"unknown": "Unknown error, see log for details"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}