-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathstrings.json
More file actions
executable file
·40 lines (40 loc) · 1.45 KB
/
Copy pathstrings.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"config": {
"step": {
"user": {
"title": "Connect to inverter",
"data": {
"host": "Host"
},
"data_description": {
"host": "Enter the inverter hostname or IP address only, without http:// or a port."
}
},
"reconfigure": {
"title": "Update inverter connection",
"description": "Update the saved host for this inverter.",
"data": {
"host": "Host"
},
"data_description": {
"host": "Enter the new inverter hostname or IP address only, without http:// or a port."
}
},
"confirm": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"error": {
"cannot_connect": "Failed to connect to the inverter.",
"invalid_host": "Enter a valid inverter hostname or IP address.",
"invalid_inverter": "The device responded, but it did not behave like a supported GivEnergy inverter."
},
"abort": {
"already_configured": "This inverter is already configured.",
"different_inverter": "The new host belongs to a different inverter. Use the original inverter host for this entry.",
"reconfigure_successful": "The inverter connection settings were updated.",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
}
}