-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Expand file tree
/
Copy pathstrings.json
More file actions
671 lines (671 loc) · 19.4 KB
/
strings.json
File metadata and controls
671 lines (671 loc) · 19.4 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
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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
{
"config": {
"abort": {
"addon_get_discovery_info_failed": "Failed to get Matter Server app discovery info.",
"addon_info_failed": "Failed to get Matter Server app info.",
"addon_install_failed": "Failed to install the Matter Server app.",
"addon_start_failed": "Failed to start the Matter Server app.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"not_matter_addon": "Discovered app is not the official Matter Server app.",
"reconfiguration_successful": "Successfully reconfigured the Matter integration."
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_server_version": "The Matter server is not the correct version",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{name}",
"progress": {
"install_addon": "Please wait while the Matter Server app installation finishes. This can take several minutes.",
"start_addon": "Please wait while the Matter Server app starts. This app is what powers Matter in Home Assistant. This may take some seconds."
},
"step": {
"hassio_confirm": {
"title": "Set up the Matter integration with the Matter Server app"
},
"install_addon": {
"title": "The app installation has started"
},
"manual": {
"data": {
"url": "[%key:common::config_flow::data::url%]"
}
},
"on_supervisor": {
"data": {
"use_addon": "Use the official Matter Server Supervisor app"
},
"description": "Do you want to use the official Matter Server Supervisor app?\n\nIf you are already running the Matter Server in another app, in a custom container, natively etc., then do not select this option.",
"title": "Select connection method"
},
"start_addon": {
"title": "Starting app."
}
}
},
"entity": {
"binary_sensor": {
"actuator": {
"name": "Actuator"
},
"alarm_door": {
"name": "Door alarm"
},
"battery_alert": {
"name": "Battery alert"
},
"boost_state": {
"name": "Boost state"
},
"config_status_operational": {
"name": "Configuration status"
},
"dishwasher_alarm_inflow": {
"name": "Inflow alarm"
},
"end_of_service": {
"name": "End of service"
},
"evse_charging_status": {
"name": "Charging status"
},
"evse_plug": {
"name": "Plug state"
},
"evse_supply_state": {
"name": "Charger supply state"
},
"hardware_fault": {
"name": "Hardware fault"
},
"interconnected_co_alarm": {
"name": "Interconnected CO alarm"
},
"interconnected_smoke_alarm": {
"name": "Interconnected smoke alarm"
},
"muted": {
"name": "Muted"
},
"rain": {
"name": "Rain"
},
"test_in_progress": {
"name": "Test in progress"
},
"thermostat_remote_sensing_local_temperature": {
"name": "Local temperature remote sensing"
},
"thermostat_remote_sensing_occupancy": {
"name": "Occupancy remote sensing"
},
"thermostat_remote_sensing_outdoor_temperature": {
"name": "Outdoor temperature remote sensing"
},
"valve_fault_blocked": {
"name": "Valve blocked"
},
"valve_fault_general_fault": {
"name": "General fault"
},
"valve_fault_leaking": {
"name": "Valve leaking"
},
"water_freeze": {
"name": "Water freeze"
},
"water_leak": {
"name": "Water leak"
}
},
"button": {
"cancel_boost": {
"name": "Cancel boost"
},
"pause": {
"name": "[%key:common::action::pause%]"
},
"reset_filter_condition": {
"name": "Reset filter condition"
},
"resume": {
"name": "Resume"
},
"self_test_request": {
"name": "Self-test"
},
"start": {
"name": "[%key:common::action::start%]"
},
"stop": {
"name": "[%key:common::action::stop%]"
}
},
"climate": {
"thermostat": {
"name": "Thermostat",
"state_attributes": {
"preset_mode": {
"state": {
"going_to_sleep": "Going to sleep",
"vacation": "Vacation",
"wake": "Wake"
}
}
}
}
},
"cover": {
"cover": {
"name": "[%key:component::cover::title%]"
}
},
"event": {
"button": {
"name": "Button",
"state_attributes": {
"event_type": {
"state": {
"initial_press": "Pressed",
"long_press": "Held down",
"long_release": "Released after being held down",
"multi_press_1": "Pressed once",
"multi_press_2": "Pressed twice",
"multi_press_3": "Pressed 3 times",
"multi_press_4": "Pressed 4 times",
"multi_press_5": "Pressed 5 times",
"multi_press_6": "Pressed 6 times",
"multi_press_7": "Pressed 7 times",
"multi_press_8": "Pressed 8 times",
"short_release": "Released after being pressed",
"switch_latched": "Switch latched"
}
}
}
}
},
"fan": {
"fan": {
"name": "[%key:component::fan::title%]",
"state_attributes": {
"preset_mode": {
"state": {
"auto": "[%key:common::state::auto%]",
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"natural_wind": "Natural wind",
"sleep_wind": "Sleep wind"
}
}
}
}
},
"light": {
"light": {
"name": "[%key:component::light::title%]"
}
},
"lock": {
"lock": {
"name": "[%key:component::lock::title%]"
}
},
"number": {
"altitude": {
"name": "Altitude above sea level"
},
"auto_relock_timer": {
"name": "Auto-relock time"
},
"cook_time": {
"name": "Cooking time"
},
"hold_time": {
"name": "Hold time"
},
"led_indicator_intensity_off": {
"name": "LED off intensity"
},
"led_indicator_intensity_on": {
"name": "LED on intensity"
},
"occupied_setback": {
"name": "Occupied setback"
},
"off_transition_time": {
"name": "Off transition time"
},
"on_level": {
"name": "On level"
},
"on_off_transition_time": {
"name": "On/Off transition time"
},
"on_transition_time": {
"name": "On transition time"
},
"pump_setpoint": {
"name": "Setpoint"
},
"speaker_setpoint": {
"name": "Volume"
},
"temperature_offset": {
"name": "Temperature offset"
},
"temperature_setpoint": {
"name": "Temperature setpoint"
},
"user_code_temporary_disable_time": {
"name": "User code temporary disable time"
},
"valve_configuration_and_control_default_open_duration": {
"name": "Default open duration"
},
"wrong_code_entry_limit": {
"name": "Wrong code limit"
}
},
"select": {
"clean_mode": {
"name": "Clean mode"
},
"device_energy_management_mode": {
"name": "Energy management mode"
},
"door_lock_operating_mode": {
"name": "Operating mode",
"state": {
"no_remote_lock_unlock": "No remote lock/unlock",
"normal": "Normal",
"passage": "Passage",
"privacy": "Privacy",
"vacation": "Vacation"
}
},
"door_lock_sound_volume": {
"name": "Sound volume",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"silent": "Silent"
}
},
"laundry_washer_number_of_rinses": {
"name": "Number of rinses",
"state": {
"extra": "Extra",
"max": "Max",
"normal": "[%key:common::state::normal%]",
"off": "[%key:common::state::off%]"
}
},
"laundry_washer_spin_speed": {
"name": "Spin speed"
},
"mode": {
"name": "Mode"
},
"power_level": {
"name": "Power level (W)"
},
"pump_operation_mode": {
"name": "mode",
"state": {
"local": "Local",
"maximum": "Maximum",
"minimum": "Minimum",
"normal": "[%key:common::state::normal%]"
}
},
"sensitivity_level": {
"name": "Sensitivity",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"standard": "Standard"
}
},
"startup_on_off": {
"name": "Power-on behavior on startup",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"previous": "Previous",
"toggle": "[%key:common::action::toggle%]"
}
},
"temperature_display_mode": {
"name": "Temperature display mode"
},
"temperature_level": {
"name": "Temperature level"
},
"water_heater_mode": {
"name": "Water heater mode"
}
},
"sensor": {
"activated_carbon_filter_condition": {
"name": "Activated carbon filter condition"
},
"active_current": {
"name": "Active current"
},
"air_quality": {
"name": "Air quality",
"state": {
"extremely_poor": "Extremely poor",
"fair": "Fair",
"good": "Good",
"moderate": "Moderate",
"poor": "Poor",
"very_poor": "Very poor"
}
},
"apparent_current": {
"name": "Apparent current"
},
"auto_close_time": {
"name": "Auto-close time"
},
"battery_charge_state": {
"name": "Battery charge state",
"state": {
"charging": "[%key:common::state::charging%]",
"full_charge": "Full charge",
"not_charging": "Not charging"
}
},
"battery_replacement_description": {
"name": "Battery type"
},
"battery_time_remaining": {
"name": "Time remaining"
},
"battery_time_to_full_charge": {
"name": "Time to full charge"
},
"battery_voltage": {
"name": "Battery voltage"
},
"contamination_state": {
"name": "Contamination state",
"state": {
"critical": "Critical",
"low": "[%key:common::state::low%]",
"normal": "[%key:common::state::normal%]",
"warning": "Warning"
}
},
"current_phase": {
"name": "Current phase"
},
"door_closed_events": {
"name": "Door closed events"
},
"door_open_events": {
"name": "Door open events"
},
"energy_exported": {
"name": "Energy exported"
},
"esa_opt_out_state": {
"name": "Energy optimization opt-out",
"state": {
"grid_opt_out": "Grid",
"local_opt_out": "Local",
"no_opt_out": "[%key:common::state::off%]",
"opt_out": "Local and grid"
}
},
"esa_state": {
"name": "Appliance energy state",
"state": {
"fault": "[%key:common::state::fault%]",
"offline": "Offline",
"online": "Online",
"paused": "[%key:common::state::paused%]",
"power_adjust_active": "Power adjust"
}
},
"estimated_end_time": {
"name": "Estimated end time"
},
"estimated_heat_required": {
"name": "Required heating energy"
},
"eve_weather_trend": {
"name": "Weather trend",
"state": {
"cloudy": "Cloudy",
"rainy": "Rainy",
"stormy": "Stormy",
"sunny": "Sunny"
}
},
"evse_charge_current": {
"name": "Charge current"
},
"evse_circuit_capacity": {
"name": "Circuit capacity"
},
"evse_fault_state": {
"name": "Fault state",
"state": {
"contact_dry_failure": "Contact dry failure",
"contact_wet_failure": "Contact wet failure",
"emergency_stop": "Emergency stop",
"ev_disconnected": "EV disconnected",
"live_neutral_swap": "Live/neutral swap",
"meter_failure": "Meter failure",
"no_error": "OK",
"other": "Other fault",
"over_current": "Overcurrent",
"over_temperature": "Overtemperature",
"over_voltage": "Overvoltage",
"pilot_short_circuit": "Pilot short circuit",
"power_loss": "Power loss",
"power_quality": "Power quality",
"under_voltage": "Undervoltage",
"wrong_power_supply": "Wrong power supply"
}
},
"evse_max_charge_current": {
"name": "Max charge current"
},
"evse_min_charge_current": {
"name": "Min charge current"
},
"evse_soc": {
"name": "State of charge"
},
"evse_user_max_charge_current": {
"name": "User max charge current"
},
"expiry_date": {
"name": "Expiry date"
},
"flow": {
"name": "Flow"
},
"hepa_filter_condition": {
"name": "HEPA filter condition"
},
"nitrogen_dioxide": {
"name": "[%key:component::sensor::entity_component::nitrogen_dioxide::name%]"
},
"operational_error": {
"name": "Operational error",
"state": {
"brush_jammed": "Brush jammed",
"cannot_reach_target_area": "Cannot reach target area",
"command_invalid_in_state": "Command invalid in current state",
"dirty_water_tank_full": "Dirty water tank full",
"dirty_water_tank_missing": "Dirty water tank missing",
"dust_bin_full": "Dust bin full",
"dust_bin_missing": "Dust bin missing",
"failed_to_find_charging_dock": "Failed to find charging dock",
"low_battery": "Low battery",
"mop_cleaning_pad_missing": "Mop cleaning pad missing",
"navigation_sensor_obscured": "Navigation sensor obscured",
"no_error": "No error",
"stuck": "Stuck",
"unable_to_complete_operation": "Unable to complete operation",
"unable_to_start_or_resume": "Unable to start or resume",
"water_tank_empty": "Water tank empty",
"water_tank_lid_open": "Water tank lid open",
"water_tank_missing": "Water tank missing",
"wheels_jammed": "Wheels jammed"
}
},
"operational_state": {
"name": "Operational state",
"state": {
"charging": "[%key:common::state::charging%]",
"docked": "Docked",
"error": "[%key:common::state::error%]",
"paused": "[%key:common::state::paused%]",
"running": "Running",
"seeking_charger": "Seeking charger",
"stopped": "[%key:common::state::stopped%]"
}
},
"outdoor_temperature": {
"name": "Outdoor temperature"
},
"pi_heating_demand": {
"name": "Heating demand"
},
"pump_control_mode": {
"name": "Control mode",
"state": {
"automatic": "Automatic",
"constant_flow": "Constant flow",
"constant_pressure": "Constant pressure",
"constant_speed": "Constant speed",
"constant_temperature": "Constant temp",
"proportional_pressure": "Proportional pressure"
}
},
"pump_speed": {
"name": "Rotation speed"
},
"reactive_current": {
"name": "Reactive current"
},
"rms_current": {
"name": "Effective current"
},
"rms_voltage": {
"name": "Effective voltage"
},
"switch_current_position": {
"name": "Current switch position"
},
"tank_percentage": {
"name": "Hot water level"
},
"tank_volume": {
"name": "Tank volume"
},
"tvoc_level": {
"name": "TVOC level",
"state": {
"critical": "Critical",
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]"
}
},
"valve_position": {
"name": "Valve position"
},
"voltage": {
"name": "Voltage"
},
"window_covering_target_position": {
"name": "Target opening position"
}
},
"switch": {
"child_lock": {
"name": "Child lock"
},
"evse_charging_switch": {
"name": "Enable charging"
},
"power": {
"name": "Power"
},
"privacy_mode_button": {
"name": "Privacy mode button"
},
"speaker_mute": {
"name": "Mute"
},
"switch": {
"name": "[%key:component::switch::title%]"
}
},
"vacuum": {
"vacuum": {
"name": "[%key:component::vacuum::title%]"
}
},
"valve": {
"valve": {
"name": "[%key:component::valve::title%]"
}
},
"water_heater": {
"water_heater": {
"name": "[%key:component::water_heater::title%]"
}
}
},
"issues": {
"server_version_version_too_new": {
"description": "The version of the Matter Server you are currently running is too new for this version of Home Assistant. Please update Home Assistant or downgrade the Matter Server to an older version to fix this issue.",
"title": "Older version of Matter Server needed"
},
"server_version_version_too_old": {
"description": "The version of the Matter Server you are currently running is too old for this version of Home Assistant. Please update the Matter Server to the latest version to fix this issue.",
"title": "Newer version of Matter Server needed"
}
},
"services": {
"open_commissioning_window": {
"description": "Allows adding one of your devices to another Matter network by opening the commissioning window for this Matter device for 60 seconds.",
"fields": {
"device_id": {
"description": "The Matter device to add to the other Matter network.",
"name": "[%key:common::config_flow::data::device%]"
}
},
"name": "Open commissioning window"
},
"water_heater_boost": {
"description": "Enables water heater boost for a specific duration.",
"fields": {
"duration": {
"description": "Boost duration in seconds.",
"name": "Duration"
},
"emergency_boost": {
"description": "Whether to enable emergency boost mode.",
"name": "Emergency boost"
},
"temporary_setpoint": {
"description": "Temporary setpoint temperature in Celsius during the boost period.",
"name": "Temporary setpoint"
}
},
"name": "Boost water heater"
}
}
}