-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
redirect.json
573 lines (573 loc) · 14.6 KB
/
redirect.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
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
[
{
"redirect": "add_matter_device",
"name": "Add Matter device",
"badge": "Add Matter device to",
"description": "add a Matter device to your instance",
"introduced": "2023.3",
"params": {
"brand": "string?",
"domain": "string?"
}
},
{
"redirect": "supervisor_add_addon_repository",
"name": "Add repository",
"badge": "Add add-on repository to",
"description": "show the add add-on repository dialog with a specific repository URL pre-filled",
"introduced": "supervisor-2021.03.4",
"params": {
"repository_url": "url"
},
"example": {
"repository_url": "https://github.com/hassio-addons/repository"
}
},
{
"redirect": "add_zwave_device",
"name": "Add Z-Wave device",
"badge": "Add Z-Wave device to",
"description": "add a Z-Wave device to your instance",
"introduced": "2022.11",
"params": {
"brand": "string?",
"domain": "string?"
}
},
{
"redirect": "add_zigbee_device",
"name": "Add Zigbee device",
"badge": "Add Zigbee device to",
"description": "add a Zigbee device to your instance",
"introduced": "2022.11",
"params": {
"brand": "string?",
"domain": "string?"
}
},
{
"redirect": "supervisor_store",
"name": "Add-on store",
"badge": "Open add-on store of",
"description": "show the add-on store",
"introduced": "supervisor-2021.02.12"
},
{
"redirect": "supervisor_addon",
"name": "Add-on: dashboard",
"badge": "Show add-on on",
"description": "show the dashboard of an add-on",
"introduced": "supervisor-2021.02.10",
"params": {
"addon": "string",
"repository_url": "url?"
},
"example": {
"addon": "core_samba"
}
},
{
"redirect": "supervisor_ingress",
"name": "Add-on: ingress URL",
"badge": "Open Add-on ingress URL of",
"description": "Open the ingress URL of an add-on",
"introduced": "supervisor-2021.05.0",
"params": {
"addon": "string"
},
"example": {
"addon": "core_ssh"
}
},
{
"redirect": "analytics",
"name": "Analytics",
"badge": "Show analytics settings of",
"description": "manage your analytics preferences",
"introduced": "2022.5"
},
{
"redirect": "automations",
"badge": "Show automations of",
"name": "Automations",
"description": "show your automations",
"introduced": "2021.3"
},
{
"redirect": "backup",
"badge": "Back up",
"name": "Backup",
"description": "Back up your Home Assistant installation",
"introduced": "2022.4"
},
{
"redirect": "blueprints",
"name": "Blueprints: dashboard",
"badge": "Show blueprints of",
"description": "show your blueprints",
"introduced": "2021.3"
},
{
"redirect": "blueprint_import",
"name": "Blueprints: start import",
"badge": "Import blueprint to",
"description": "show the blueprint import dialog with a specific blueprint pre-filled",
"introduced": "2021.3",
"params": {
"blueprint_url": "url"
},
"example": {
"blueprint_url": "https://github.com/home-assistant/core/blob/master/homeassistant/components/automation/blueprints/motion_light.yaml"
}
},
{
"redirect": "calendar",
"name": "Calendar",
"badge": "Show calendars of",
"description": "show your calendar",
"introduced": "2023.1"
},
{
"redirect": "companion_app",
"name": "Companion app",
"badge": "Show app settings of",
"description": "open the settings of your companion app",
"introduced": "2023.8"
},
{
"redirect": "application_credentials",
"name": "Credentials",
"badge": "Show credentials of",
"description": "Manage your application credentials",
"introduced": "2022.6"
},
{
"redirect": "supervisor",
"name": "Dashboard",
"badge": "Show supervisor dashboard of",
"description": "show your Supervisor dashboard",
"deprecated": true,
"introduced": "supervisor-2021.02.10"
},
{
"redirect": "lovelace_resources",
"name": "Dashboard resources",
"badge": "Show dashboard resources of",
"description": "show your dashboard resources",
"introduced": "2021.3"
},
{
"redirect": "lovelace_dashboards",
"name": "Dashboards",
"badge": "Show dashboard configs of",
"description": "show your dashboard configs",
"introduced": "2021.3"
},
{
"redirect": "developer_services",
"name": "Developer tools: actions",
"badge": "Show action dev tools of",
"description": "show your action developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_assist",
"name": "Developer tools: Assist",
"badge": "Show Assist dev tools of",
"description": "show your Assist developer tools",
"introduced": "2023.8"
},
{
"redirect": "developer_events",
"name": "Developer tools: events",
"badge": "Show event dev tools of",
"description": "show your event developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_call_service",
"name": "Developer tools: perform action",
"badge": "Perform action on",
"description": "show your service developer tools with a specific action selected",
"introduced": "2021.3",
"params": {
"service": "string"
},
"example": {
"service": "homeassistant.turn_on"
}
},
{
"redirect": "developer_states",
"name": "Developer tools: states",
"badge": "Show state dev tools of",
"description": "show your state developer tools",
"introduced": "2021.3"
},
{
"redirect": "developer_statistics",
"name": "Developer tools: statistics",
"badge": "Show statistics dev tools of",
"description": "show your statistics developer tools",
"introduced": "2021.10"
},
{
"redirect": "developer_template",
"name": "Developer tools: templates",
"badge": "Show template dev tools of",
"description": "show your template developer tools",
"introduced": "2021.3"
},
{
"redirect": "devices",
"name": "Devices",
"badge": "Show devices of",
"description": "show your devices",
"introduced": "2021.3"
},
{
"redirect": "energy",
"name": "Energy",
"badge": "Show energy panel of",
"description": "show your Energy panel",
"introduced": "2021.8"
},
{
"redirect": "config_energy",
"name": "Energy configuration",
"badge": "Show energy config of",
"description": "show your energy configuration panel",
"introduced": "2021.8"
},
{
"redirect": "entities",
"name": "Entities",
"badge": "Show entities of",
"description": "show your entities",
"introduced": "2021.3"
},
{
"redirect": "areas",
"name": "Floors & areas",
"badge": "Show floors and areas of",
"description": "show your floors and areas",
"introduced": "2021.3"
},
{
"redirect": "general",
"name": "General settings",
"badge": "Show settings of",
"description": "show your general Home Assistant settings",
"introduced": "2021.3"
},
{
"redirect": "hacs_repository",
"component": "hacs",
"name": "HACS: Repository",
"badge": "Open HACS repository on",
"description": "open a repository inside the Home Assistant Community Store",
"custom": true,
"introduced": "2022.8",
"params": {
"owner": "string",
"repository": "string",
"category": "string?"
},
"example": {
"owner": "hacs",
"repository": "integration",
"category": "integration"
}
},
{
"redirect": "hardware",
"name": "Hardware",
"badge": "Show hardware of",
"description": "show hardware information",
"introduced": "2022.5"
},
{
"redirect": "helpers",
"name": "Helpers",
"badge": "Show helpers of",
"description": "show your helper entities",
"introduced": "2021.3"
},
{
"redirect": "history",
"name": "History",
"badge": "Show history of",
"description": "show your history panel",
"introduced": "2021.3"
},
{
"redirect": "cloud",
"name": "Home Assistant Cloud",
"badge": "Show Cloud config of",
"description": "show your Home Assistant Cloud configuration",
"introduced": "2021.3",
"component": "cloud"
},
{
"redirect": "integration",
"name": "Integration",
"badge": "Show integration on",
"description": "show an integration",
"introduced": "2023.6",
"params": {
"domain": "string"
},
"example": {
"domain": "hue"
}
},
{
"redirect": "brand",
"name": "Integrations: add by brand",
"badge": "Add integration to",
"description": "start setting up a new integration of a specific brand",
"introduced": "2022.10",
"params": {
"brand": "string"
},
"example": {
"brand": "google"
}
},
{
"redirect": "config_flow_start",
"name": "Integrations: add integration",
"badge": "Add integration to",
"description": "start setting up a new integration",
"introduced": "2021.3",
"params": {
"domain": "string"
},
"example": {
"domain": "hue"
}
},
{
"redirect": "integrations",
"name": "Integrations: dashboard",
"badge": "Show integrations of",
"description": "show your integrations",
"introduced": "2021.3"
},
{
"redirect": "labels",
"name": "Labels",
"badge": "Show labels of",
"description": "show your labels",
"introduced": "2024.4"
},
{
"redirect": "logbook",
"name": "Logbook",
"badge": "Show logbook of",
"description": "show your logbook panel",
"introduced": "2021.3"
},
{
"redirect": "logs",
"name": "Logs",
"badge": "Show logs of",
"description": "show your Home Assistant logs",
"introduced": "2021.3",
"params": {
"provider": "string?"
}
},
{
"redirect": "media_browser",
"name": "Media",
"badge": "Browse media on",
"description": "browse available media",
"introduced": "2022.3"
},
{
"redirect": "config_mqtt",
"name": "MQTT configuration",
"badge": "Show MQTT config of",
"description": "show your MQTT configuration panel",
"introduced": "2021.3"
},
{
"redirect": "network",
"name": "Network",
"badge": "Show network config of",
"description": "manage your systems network configuration",
"introduced": "2022.5"
},
{
"redirect": "oauth",
"deprecated": true,
"name": "OAuth2 Authorize Callback",
"badge": "OAuth2 callback to",
"description": "(replaced in UI)",
"introduced": "2022.6",
"params": {
"code": "string?",
"error": "string?",
"state": "string"
}
},
{
"redirect": "people",
"name": "People",
"badge": "List people of",
"description": "show a list of your people",
"introduced": "2021.3"
},
{
"redirect": "repairs",
"name": "Repairs",
"badge": "Show repairs of",
"description": "show your repairs",
"introduced": "2022.8"
},
{
"redirect": "scenes",
"name": "Scenes",
"badge": "Show scenes of",
"description": "show your scenes",
"introduced": "2021.3"
},
{
"redirect": "scripts",
"name": "Scripts",
"badge": "Show scripts of",
"description": "show your scripts",
"introduced": "2021.3"
},
{
"redirect": "server_controls",
"name": "Server controls",
"badge": "Show server controls of",
"description": "show your server controls",
"introduced": "2021.3"
},
{
"redirect": "config",
"name": "Settings",
"badge": "Show settings of",
"description": "show your settings menu",
"introduced": "2021.3"
},
{
"redirect": "storage",
"name": "Storage",
"badge": "Show storage info of",
"description": "show storage information",
"introduced": "2022.5"
},
{
"redirect": "supervisor_snapshots",
"deprecated": true,
"name": "Supervisor: backups",
"badge": "Show backups of",
"description": "Deprecated, use 'supervisor_backups' instead",
"introduced": "supervisor-2021.02.10"
},
{
"redirect": "supervisor_backups",
"name": "Supervisor: backups",
"deprecated": true,
"badge": "Show backups of",
"description": "show your Supervisor backups",
"introduced": "supervisor-2021.08.1"
},
{
"redirect": "supervisor_info",
"name": "Supervisor: info",
"badge": "Show Supervisor info of",
"description": "show your Supervisor system information",
"deprecated": true,
"introduced": "supervisor-2021.02.12"
},
{
"redirect": "supervisor_logs",
"name": "Supervisor: logs",
"badge": "Show Supervisor logs of",
"description": "show your Supervisor system logs",
"deprecated": true,
"introduced": "supervisor-2021.02.12"
},
{
"redirect": "system_dashboard",
"name": "System dashboard",
"badge": "Show system dashboard of",
"description": "show the system dashboard",
"introduced": "2022.5"
},
{
"redirect": "system_health",
"name": "System info",
"badge": "Show system info of",
"description": "show information about your system",
"introduced": "2022.5"
},
{
"redirect": "tags",
"name": "Tags",
"badge": "Show tags of",
"description": "show your tags",
"introduced": "2021.3"
},
{
"redirect": "updates",
"name": "Updates",
"badge": "Manage updates of",
"description": "manage your pending updates",
"introduced": "2022.5"
},
{
"redirect": "profile",
"name": "User profile",
"badge": "Show user profile on",
"description": "show your Home Assistant user's profile",
"introduced": "2021.3"
},
{
"redirect": "users",
"name": "Users",
"badge": "Show users of",
"description": "show your users",
"introduced": "2021.3"
},
{
"redirect": "info",
"name": "Version info",
"badge": "Show version info of",
"description": "show your Home Assistant version information",
"introduced": "2021.3"
},
{
"redirect": "voice_assistants",
"name": "Voice assistants",
"badge": "List voice assistants of",
"description": "show your voice assistants",
"introduced": "2023.5"
},
{
"redirect": "config_zwave_js",
"name": "Z-Wave JS configuration",
"badge": "show Z-Wave JS config of",
"description": "show your Z-Wave JS configuration panel",
"introduced": "2021.3"
},
{
"redirect": "config_zha",
"name": "ZHA configuration",
"badge": "Show Zigbee config of",
"description": "show your ZHA configuration panel",
"introduced": "2021.3"
},
{
"redirect": "zones",
"name": "Zones",
"badge": "Show zones of",
"description": "show your zones",
"introduced": "2021.3"
}
]