-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
/
strings.json
286 lines (286 loc) · 8.82 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
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
{
"title": "Climate",
"device_automation": {
"condition_type": {
"is_hvac_mode": "{entity_name} is set to a specific HVAC mode",
"is_preset_mode": "{entity_name} is set to a specific preset mode"
},
"trigger_type": {
"current_temperature_changed": "{entity_name} measured temperature changed",
"current_humidity_changed": "{entity_name} measured humidity changed",
"hvac_mode_changed": "{entity_name} HVAC mode changed"
},
"action_type": {
"set_hvac_mode": "Change HVAC mode on {entity_name}",
"set_preset_mode": "Change preset on {entity_name}"
},
"extra_fields": {
"above": "[%key:common::device_automation::extra_fields::above%]",
"below": "[%key:common::device_automation::extra_fields::below%]",
"for": "[%key:common::device_automation::extra_fields::for%]",
"to": "[%key:common::device_automation::extra_fields::to%]",
"preset_mode": "Preset mode",
"hvac_mode": "HVAC mode"
}
},
"entity_component": {
"_": {
"name": "Thermostat",
"state": {
"off": "[%key:common::state::off%]",
"heat": "Heat",
"cool": "Cool",
"heat_cool": "Heat/Cool",
"auto": "Auto",
"dry": "Dry",
"fan_only": "Fan only"
},
"state_attributes": {
"aux_heat": {
"name": "Aux heat"
},
"current_humidity": {
"name": "Current humidity"
},
"current_temperature": {
"name": "Current temperature"
},
"fan_mode": {
"name": "Fan mode",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"auto": "Auto",
"low": "Low",
"medium": "Medium",
"high": "High",
"top": "Top",
"middle": "Middle",
"focus": "Focus",
"diffuse": "Diffuse"
}
},
"fan_modes": {
"name": "Fan modes"
},
"humidity": {
"name": "Target humidity"
},
"hvac_action": {
"name": "Current action",
"state": {
"cooling": "Cooling",
"defrosting": "Defrosting",
"drying": "Drying",
"fan": "Fan",
"heating": "Heating",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"preheating": "Preheating"
}
},
"hvac_modes": {
"name": "HVAC modes"
},
"max_humidity": {
"name": "Max target humidity"
},
"max_temp": {
"name": "Max target temperature"
},
"min_humidity": {
"name": "Min target humidity"
},
"min_temp": {
"name": "Min target temperature"
},
"preset_mode": {
"name": "Preset",
"state": {
"none": "None",
"eco": "Eco",
"away": "Away",
"boost": "Boost",
"comfort": "Comfort",
"home": "[%key:common::state::home%]",
"sleep": "Sleep",
"activity": "Activity"
}
},
"preset_modes": {
"name": "Presets"
},
"swing_mode": {
"name": "Swing mode",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"both": "Both",
"vertical": "Vertical",
"horizontal": "Horizontal"
}
},
"swing_modes": {
"name": "Swing modes"
},
"target_temp_high": {
"name": "Upper target temperature"
},
"target_temp_low": {
"name": "Lower target temperature"
},
"target_temp_step": {
"name": "Target temperature step"
},
"temperature": {
"name": "Target temperature"
}
}
}
},
"services": {
"set_aux_heat": {
"name": "Turn on/off auxiliary heater",
"description": "Turns auxiliary heater on/off.",
"fields": {
"aux_heat": {
"name": "Auxiliary heating",
"description": "New value of auxiliary heater."
}
}
},
"set_preset_mode": {
"name": "Set preset mode",
"description": "Sets preset mode.",
"fields": {
"preset_mode": {
"name": "Preset mode",
"description": "Preset mode."
}
}
},
"set_temperature": {
"name": "Set target temperature",
"description": "Sets target temperature.",
"fields": {
"temperature": {
"name": "Temperature",
"description": "Target temperature."
},
"target_temp_high": {
"name": "Target temperature high",
"description": "High target temperature."
},
"target_temp_low": {
"name": "Target temperature low",
"description": "Low target temperature."
},
"hvac_mode": {
"name": "HVAC mode",
"description": "HVAC operation mode."
}
}
},
"set_humidity": {
"name": "Set target humidity",
"description": "Sets target humidity.",
"fields": {
"humidity": {
"name": "Humidity",
"description": "Target humidity."
}
}
},
"set_fan_mode": {
"name": "Set fan mode",
"description": "Sets fan operation mode.",
"fields": {
"fan_mode": {
"name": "Fan mode",
"description": "Fan operation mode."
}
}
},
"set_hvac_mode": {
"name": "Set HVAC mode",
"description": "Sets HVAC operation mode.",
"fields": {
"hvac_mode": {
"name": "HVAC mode",
"description": "HVAC operation mode."
}
}
},
"set_swing_mode": {
"name": "Set swing mode",
"description": "Sets swing operation mode.",
"fields": {
"swing_mode": {
"name": "Swing mode",
"description": "Swing operation mode."
}
}
},
"turn_on": {
"name": "[%key:common::action::turn_on%]",
"description": "Turns climate device on."
},
"turn_off": {
"name": "[%key:common::action::turn_off%]",
"description": "Turns climate device off."
},
"toggle": {
"name": "[%key:common::action::toggle%]",
"description": "Toggles climate device, from on to off, or off to on."
}
},
"selector": {
"hvac_mode": {
"options": {
"off": "Off",
"auto": "Auto",
"cool": "Cool",
"dry": "Dry",
"fan_only": "Fan only",
"heat_cool": "Heat/cool",
"heat": "Heat"
}
}
},
"issues": {
"deprecated_climate_aux_url_custom": {
"title": "The {platform} custom integration is using deprecated climate auxiliary heater",
"description": "The custom integration `{platform}` implements the `is_aux_heat` property or uses the auxiliary heater methods in a subclass of ClimateEntity.\n\nPlease create a bug report at {issue_tracker}.\n\nOnce an updated version of `{platform}` is available, install it and restart Home Assistant to fix this issue."
},
"deprecated_climate_aux_no_url": {
"title": "[%key:component::climate::issues::deprecated_climate_aux_url_custom::title%]",
"description": "The custom integration `{platform}` implements the `is_aux_heat` property or uses the auxiliary heater methods in a subclass of ClimateEntity.\n\nPlease report it to the author of the {platform} integration.\n\nOnce an updated version of `{platform}` is available, install it and restart Home Assistant to fix this issue."
}
},
"exceptions": {
"not_valid_preset_mode": {
"message": "Preset mode {mode} is not valid. Valid preset modes are: {modes}."
},
"not_valid_swing_mode": {
"message": "Swing mode {mode} is not valid. Valid swing modes are: {modes}."
},
"not_valid_fan_mode": {
"message": "Fan mode {mode} is not valid. Valid fan modes are: {modes}."
},
"temp_out_of_range": {
"message": "Provided temperature {check_temp} is not valid. Accepted range is {min_temp} to {max_temp}."
},
"low_temp_higher_than_high_temp": {
"message": "Target temperature low can not be higher than Target temperature high."
},
"humidity_out_of_range": {
"message": "Provided humidity {humidity} is not valid. Accepted range is {min_humidity} to {max_humidity}."
},
"missing_target_temperature_entity_feature": {
"message": "Set temperature action was used with the target temperature parameter but the entity does not support it."
},
"missing_target_temperature_range_entity_feature": {
"message": "Set temperature action was used with the target temperature low/high parameter but the entity does not support it."
}
}
}