-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
/
Copy pathstrings.json
177 lines (177 loc) · 6.32 KB
/
strings.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"different_device": "The information entered is from a different Peblar EV charger.",
"no_serial_number": "The discovered Peblar device did not provide a serial number.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"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%]"
},
"data_description": {
"password": "[%key:component::peblar::config::step::user::data_description::password%]"
},
"description": "Reauthenticate with your Peblar EV charger.\n\nTo do so, you will need to enter your new password you use to log in to the Peblar EV charger's web interface."
},
"reconfigure": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "[%key:component::peblar::config::step::user::data_description::host%]",
"password": "[%key:component::peblar::config::step::user::data_description::password%]"
},
"description": "Reconfigure your Peblar EV charger.\n\nThis allows you to change the IP address of your Peblar EV charger and the password you use to log in to its web interface."
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Peblar EV charger on your home network.",
"password": "The same password as you use to log in to the Peblar EV charger's local web interface."
},
"description": "Set up your Peblar EV charger to integrate with Home Assistant.\n\nTo do so, you will need to get the IP address of your Peblar EV charger and the password you use to log in to its web interface.\n\nHome Assistant will automatically configure your Peblar EV charger for use with Home Assistant."
},
"zeroconf_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::peblar::config::step::user::data_description::password%]"
},
"description": "Set up your Peblar EV charger {hostname}, on IP address {host}, to integrate with Home Assistant\n\nTo do so, you will need the password you use to log in to the Peblar EV charger's web interface.\n\nHome Assistant will automatically configure your Peblar EV charger for use with Home Assistant."
}
}
},
"entity": {
"binary_sensor": {
"active_error_codes": {
"name": "Active errors"
},
"active_warning_codes": {
"name": "Active warnings"
}
},
"number": {
"charge_current_limit": {
"name": "Charge limit"
}
},
"select": {
"smart_charging": {
"name": "Smart charging",
"state": {
"default": "Default",
"fast_solar": "Fast solar",
"pure_solar": "Pure solar",
"scheduled": "Scheduled",
"smart_solar": "Smart solar"
}
}
},
"sensor": {
"charge_current_limit_source": {
"name": "Limit source",
"state": {
"charging_cable": "Charging cable",
"current_limiter": "Current limiter",
"dynamic_load_balancing": "Dynamic load balancing",
"external_power_limit": "External power limit",
"group_load_balancing": "Group load balancing",
"hardware_limitation": "Hardware limitation",
"high_temperature": "High temperature",
"household_power_limit": "Household power limit",
"installation_limit": "Installation limit",
"local_modbus_api": "Modbus API",
"local_rest_api": "REST API",
"local_scheduled_charging": "Scheduled charging",
"ocpp_smart_charging": "OCPP smart charging",
"overcurrent_protection": "Overcurrent protection",
"phase_imbalance": "Phase imbalance",
"power_factor": "Power factor",
"solar_charging": "Solar charging"
}
},
"cp_state": {
"name": "State",
"state": {
"charging": "Charging",
"error": "Error",
"fault": "Fault",
"invalid": "Invalid",
"no_ev_connected": "No EV connected",
"suspended": "Suspended"
}
},
"current_phase_1": {
"name": "Current phase 1"
},
"current_phase_2": {
"name": "Current phase 2"
},
"current_phase_3": {
"name": "Current phase 3"
},
"energy_session": {
"name": "Session energy"
},
"energy_total": {
"name": "Lifetime energy"
},
"power_phase_1": {
"name": "Power phase 1"
},
"power_phase_2": {
"name": "Power phase 2"
},
"power_phase_3": {
"name": "Power phase 3"
},
"uptime": {
"name": "Uptime"
},
"voltage_phase_1": {
"name": "Voltage phase 1"
},
"voltage_phase_2": {
"name": "Voltage phase 2"
},
"voltage_phase_3": {
"name": "Voltage phase 3"
}
},
"switch": {
"force_single_phase": {
"name": "Force single phase"
}
},
"update": {
"customization": {
"name": "Customization"
}
}
},
"exceptions": {
"authentication_error": {
"message": "An authentication failure occurred while communicating with the Peblar EV charger."
},
"communication_error": {
"message": "An error occurred while communicating with the Peblar EV charger: {error}"
},
"unknown_error": {
"message": "An unknown error occurred while communicating with the Peblar EV charger: {error}"
}
}
}