-
-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Expand file tree
/
Copy pathstrings.json
More file actions
227 lines (227 loc) · 7.95 KB
/
strings.json
File metadata and controls
227 lines (227 loc) · 7.95 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"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": "[%key:common::state::charging%]",
"error": "[%key:common::state::error%]",
"fault": "[%key:common::state::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": {
"charge": {
"name": "Charge"
},
"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}"
},
"invalid_config_entry": {
"message": "Config entry {config_entry_id} is not a valid Peblar config entry."
},
"unknown_error": {
"message": "An unknown error occurred while communicating with the Peblar EV charger: {error}"
}
},
"services": {
"add_rfid_token": {
"description": "Adds an RFID token to the charger's standalone authorization list.",
"fields": {
"config_entry_id": {
"description": "The Peblar EV charger to add the RFID token to.",
"name": "Config entry"
},
"description": {
"description": "A human-readable label for this RFID token.",
"name": "Description"
},
"uid": {
"description": "The unique identifier of the RFID token.",
"name": "UID"
}
},
"name": "Add RFID token"
},
"delete_rfid_token": {
"description": "Deletes an RFID token from the charger's standalone authorization list.",
"fields": {
"config_entry_id": {
"description": "The Peblar EV charger to delete the RFID token from.",
"name": "Config entry"
},
"uid": {
"description": "The unique identifier of the RFID token to delete.",
"name": "UID"
}
},
"name": "Delete RFID token"
},
"list_rfid_tokens": {
"description": "Returns the RFID tokens configured in the charger's standalone authorization list.",
"fields": {
"config_entry_id": {
"description": "The Peblar EV charger to list RFID tokens for.",
"name": "Config entry"
}
},
"name": "List RFID tokens"
}
}
}