Home Assistant Git Exporter
This commit is contained in:
48
config/custom_components/apsystems_ecur/translations/en.json
Normal file
48
config/custom_components/apsystems_ecur/translations/en.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user