home-assistant-intents 2024.2.28__py3-none-any.whl → 2024.3.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- home_assistant_intents/data/cs.json +1406 -113
- home_assistant_intents/data/de-CH.json +407 -217
- home_assistant_intents/data/en.json +26 -6
- home_assistant_intents/data/es.json +38 -15
- home_assistant_intents/data/fi.json +36 -30
- home_assistant_intents/data/fr.json +16 -12
- home_assistant_intents/data/hu.json +62 -11
- home_assistant_intents/data/it.json +92 -19
- home_assistant_intents/data/nl.json +218 -22
- home_assistant_intents/data/pl.json +24 -2
- home_assistant_intents/data/ro.json +28 -4
- home_assistant_intents/data/ru.json +1 -1
- home_assistant_intents/data/sk.json +129 -2
- home_assistant_intents/data/sl.json +336 -11
- home_assistant_intents/data/tr.json +10 -10
- home_assistant_intents/data/vi.json +2567 -272
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/METADATA +1 -1
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/RECORD +22 -22
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/LICENSE.md +0 -0
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/WHEEL +0 -0
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/top_level.txt +0 -0
- {home_assistant_intents-2024.2.28.dist-info → home_assistant_intents-2024.3.12.dist-info}/zip-safe +0 -0
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
{
|
|
20
20
|
"sentences": [
|
|
21
21
|
"<vypnout> světlo {name}",
|
|
22
|
-
"<zhasnout>[
|
|
22
|
+
"<zhasnout> [světlo] {name}",
|
|
23
23
|
"{name} <vypnout> světlo",
|
|
24
|
-
"{name} <zhasnout>[
|
|
24
|
+
"{name} <zhasnout> [světlo]"
|
|
25
25
|
],
|
|
26
26
|
"requires_context": {
|
|
27
27
|
"domain": "light"
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
{
|
|
35
35
|
"sentences": [
|
|
36
36
|
"<vypnout> <svetla> <area>",
|
|
37
|
-
"<zhasnout>[
|
|
37
|
+
"<zhasnout> [<svetla>] <area>",
|
|
38
38
|
"<area> <vypnout> <svetla>",
|
|
39
|
-
"<area> <zhasnout>[
|
|
39
|
+
"<area> <zhasnout> [<svetla>]"
|
|
40
40
|
],
|
|
41
41
|
"slots": {
|
|
42
42
|
"domain": "light"
|
|
@@ -45,14 +45,18 @@
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"sentences": [
|
|
48
|
-
"(<vypnout>|<zhasnout>)[
|
|
48
|
+
"(<vypnout>|<zhasnout>) [úplně] [všechna] světla",
|
|
49
49
|
"<vypnout> světlo",
|
|
50
|
-
"<zhasnout>[
|
|
50
|
+
"<zhasnout> [světlo]"
|
|
51
51
|
],
|
|
52
52
|
"response": "light_all",
|
|
53
|
+
"requires_context": {
|
|
54
|
+
"area": {
|
|
55
|
+
"slot": true
|
|
56
|
+
}
|
|
57
|
+
},
|
|
53
58
|
"slots": {
|
|
54
|
-
"domain": "light"
|
|
55
|
-
"name": "all"
|
|
59
|
+
"domain": "light"
|
|
56
60
|
}
|
|
57
61
|
},
|
|
58
62
|
{
|
|
@@ -108,6 +112,20 @@
|
|
|
108
112
|
},
|
|
109
113
|
"response": "cover"
|
|
110
114
|
},
|
|
115
|
+
{
|
|
116
|
+
"sentences": [
|
|
117
|
+
"<zavrit> {cover_classes:device_class}"
|
|
118
|
+
],
|
|
119
|
+
"slots": {
|
|
120
|
+
"domain": "cover"
|
|
121
|
+
},
|
|
122
|
+
"response": "cover",
|
|
123
|
+
"requires_context": {
|
|
124
|
+
"area": {
|
|
125
|
+
"slot": true
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
},
|
|
111
129
|
{
|
|
112
130
|
"sentences": [
|
|
113
131
|
"<vypnout> [všechny] [stropní] (ventilátory|větráky) <area>",
|
|
@@ -135,209 +153,1273 @@
|
|
|
135
153
|
"data": [
|
|
136
154
|
{
|
|
137
155
|
"sentences": [
|
|
138
|
-
"kde je {name}"
|
|
156
|
+
"kde je {name}"
|
|
157
|
+
],
|
|
158
|
+
"response": "where",
|
|
159
|
+
"requires_context": {
|
|
160
|
+
"domain": "person"
|
|
161
|
+
},
|
|
162
|
+
"slots": {
|
|
163
|
+
"domain": "person"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"sentences": [
|
|
168
|
+
"je {name} doma"
|
|
169
|
+
],
|
|
170
|
+
"response": "where",
|
|
171
|
+
"requires_context": {
|
|
172
|
+
"domain": "person"
|
|
173
|
+
},
|
|
174
|
+
"slots": {
|
|
175
|
+
"domain": "person",
|
|
176
|
+
"state": "home"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"sentences": [
|
|
181
|
+
"jsou všichni doma"
|
|
182
|
+
],
|
|
183
|
+
"response": "all",
|
|
184
|
+
"slots": {
|
|
185
|
+
"domain": "person",
|
|
186
|
+
"state": "home"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"sentences": [
|
|
191
|
+
"jsou všichni (pryč|na cestě|mimo domov)"
|
|
192
|
+
],
|
|
193
|
+
"response": "all",
|
|
194
|
+
"slots": {
|
|
195
|
+
"domain": "person",
|
|
196
|
+
"state": "not_home"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"sentences": [
|
|
201
|
+
"je někdo doma",
|
|
202
|
+
"kdo je doma"
|
|
203
|
+
],
|
|
204
|
+
"response": "which",
|
|
205
|
+
"slots": {
|
|
206
|
+
"domain": "person",
|
|
207
|
+
"state": "home"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"sentences": [
|
|
212
|
+
"kdo není doma",
|
|
213
|
+
"kdo je mimo domov",
|
|
214
|
+
"je někdo mimo domov",
|
|
215
|
+
"je někdo mimo pryč"
|
|
216
|
+
],
|
|
217
|
+
"response": "which",
|
|
218
|
+
"slots": {
|
|
219
|
+
"domain": "person",
|
|
220
|
+
"state": "not_home"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"sentences": [
|
|
225
|
+
"kolik lidí je doma"
|
|
226
|
+
],
|
|
227
|
+
"response": "how_many",
|
|
228
|
+
"slots": {
|
|
229
|
+
"domain": "person",
|
|
230
|
+
"state": "home"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"sentences": [
|
|
235
|
+
"kolik lidí (není doma|je pryč|je na cestě|je mimo domov)"
|
|
236
|
+
],
|
|
237
|
+
"response": "how_many",
|
|
238
|
+
"slots": {
|
|
239
|
+
"domain": "person",
|
|
240
|
+
"state": "not_home"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"sentences": [
|
|
245
|
+
"není {name} doma",
|
|
246
|
+
"je {name} (pryč|na cestě|mimo domov)"
|
|
247
|
+
],
|
|
248
|
+
"response": "where",
|
|
249
|
+
"requires_context": {
|
|
250
|
+
"domain": "person"
|
|
251
|
+
},
|
|
252
|
+
"slots": {
|
|
253
|
+
"domain": "person",
|
|
254
|
+
"state": "not_home"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"sentences": [
|
|
259
|
+
"je {name} [<v>] [zóně] {zone:state}"
|
|
260
|
+
],
|
|
261
|
+
"response": "one_yesno",
|
|
262
|
+
"requires_context": {
|
|
263
|
+
"domain": "person"
|
|
264
|
+
},
|
|
265
|
+
"slots": {
|
|
266
|
+
"domain": "person"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"sentences": [
|
|
271
|
+
"(je někdo|kdo je) [<v>] [zóně] {zone:state}"
|
|
272
|
+
],
|
|
273
|
+
"response": "any",
|
|
274
|
+
"slots": {
|
|
275
|
+
"domain": "person"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"sentences": [
|
|
280
|
+
"jsou všichni [<v>] [zóně] {zone:state}"
|
|
281
|
+
],
|
|
282
|
+
"response": "all",
|
|
283
|
+
"slots": {
|
|
284
|
+
"domain": "person"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"sentences": [
|
|
289
|
+
"kdo je [<v>] {zone:state}"
|
|
290
|
+
],
|
|
291
|
+
"response": "which",
|
|
292
|
+
"slots": {
|
|
293
|
+
"domain": "person"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"sentences": [
|
|
298
|
+
"kolik lidí je [<v>] [zóně] {zone:state}"
|
|
299
|
+
],
|
|
300
|
+
"response": "how_many",
|
|
301
|
+
"slots": {
|
|
302
|
+
"domain": "person"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"sentences": [
|
|
307
|
+
"<jaka_je_class_of_name>",
|
|
308
|
+
"kolik stupňů [je|bylo] [(na|z)měřeno] [(na senzoru|senzorem)] {name} [<area>]"
|
|
309
|
+
],
|
|
310
|
+
"requires_context": {
|
|
311
|
+
"domain": "sensor",
|
|
312
|
+
"device_class": "temperature"
|
|
313
|
+
},
|
|
314
|
+
"slots": {
|
|
315
|
+
"domain": "sensor",
|
|
316
|
+
"device_class": "temperature"
|
|
317
|
+
},
|
|
318
|
+
"expansion_rules": {
|
|
319
|
+
"class": "teplota"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"sentences": [
|
|
324
|
+
"<jaka_je_class_of_name>"
|
|
325
|
+
],
|
|
326
|
+
"requires_context": {
|
|
327
|
+
"domain": "sensor",
|
|
328
|
+
"device_class": "apparent_power"
|
|
329
|
+
},
|
|
330
|
+
"slots": {
|
|
331
|
+
"domain": "sensor",
|
|
332
|
+
"device_class": "apparent_power"
|
|
333
|
+
},
|
|
334
|
+
"expansion_rules": {
|
|
335
|
+
"class": "zdánliv<y_ej> výkon"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"sentences": [
|
|
340
|
+
"<jaka_je_class_of_name>"
|
|
341
|
+
],
|
|
342
|
+
"requires_context": {
|
|
343
|
+
"domain": "sensor",
|
|
344
|
+
"device_class": "aqi"
|
|
345
|
+
},
|
|
346
|
+
"slots": {
|
|
347
|
+
"domain": "sensor",
|
|
348
|
+
"device_class": "aqi"
|
|
349
|
+
},
|
|
350
|
+
"expansion_rules": {
|
|
351
|
+
"class": "[index] kvalit(y|a) vzduchu"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"sentences": [
|
|
356
|
+
"<jaka_je_class_of_name>"
|
|
357
|
+
],
|
|
358
|
+
"requires_context": {
|
|
359
|
+
"domain": "sensor",
|
|
360
|
+
"device_class": "atmospheric_pressure"
|
|
361
|
+
},
|
|
362
|
+
"slots": {
|
|
363
|
+
"domain": "sensor",
|
|
364
|
+
"device_class": "atmospheric_pressure"
|
|
365
|
+
},
|
|
366
|
+
"expansion_rules": {
|
|
367
|
+
"class": "[atmosferick<y_ej>] tlak [vzduchu]"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"sentences": [
|
|
372
|
+
"<jaka_je_class_of_name>"
|
|
373
|
+
],
|
|
374
|
+
"requires_context": {
|
|
375
|
+
"domain": "sensor",
|
|
376
|
+
"device_class": "battery"
|
|
377
|
+
},
|
|
378
|
+
"slots": {
|
|
379
|
+
"domain": "sensor",
|
|
380
|
+
"device_class": "battery"
|
|
381
|
+
},
|
|
382
|
+
"expansion_rules": {
|
|
383
|
+
"class": "[(stav|úroveň|procento)] [nabití] baterie"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"sentences": [
|
|
388
|
+
"<jaka_je_class_of_name>"
|
|
389
|
+
],
|
|
390
|
+
"requires_context": {
|
|
391
|
+
"domain": "sensor",
|
|
392
|
+
"device_class": "carbon_dioxide"
|
|
393
|
+
},
|
|
394
|
+
"slots": {
|
|
395
|
+
"domain": "sensor",
|
|
396
|
+
"device_class": "carbon_dioxide"
|
|
397
|
+
},
|
|
398
|
+
"expansion_rules": {
|
|
399
|
+
"class": "<koncentrace> (oxidu uhličit<y_e>ho|CO2)"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"sentences": [
|
|
404
|
+
"<jaka_je_class_of_name>"
|
|
405
|
+
],
|
|
406
|
+
"requires_context": {
|
|
407
|
+
"domain": "sensor",
|
|
408
|
+
"device_class": "carbon_monoxide"
|
|
409
|
+
},
|
|
410
|
+
"slots": {
|
|
411
|
+
"domain": "sensor",
|
|
412
|
+
"device_class": "carbon_monoxide"
|
|
413
|
+
},
|
|
414
|
+
"expansion_rules": {
|
|
415
|
+
"class": "<koncentrace> (oxidu uhelnat<y_e>ho|CO)"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"sentences": [
|
|
420
|
+
"<jaka_je_class_of_name>"
|
|
421
|
+
],
|
|
422
|
+
"requires_context": {
|
|
423
|
+
"domain": "sensor",
|
|
424
|
+
"device_class": "current"
|
|
425
|
+
},
|
|
426
|
+
"slots": {
|
|
427
|
+
"domain": "sensor",
|
|
428
|
+
"device_class": "current"
|
|
429
|
+
},
|
|
430
|
+
"expansion_rules": {
|
|
431
|
+
"class": "[elektrick<y_ej>] proud"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"sentences": [
|
|
436
|
+
"<jaka_je_class_of_name>"
|
|
437
|
+
],
|
|
438
|
+
"requires_context": {
|
|
439
|
+
"domain": "sensor",
|
|
440
|
+
"device_class": "data_rate"
|
|
441
|
+
},
|
|
442
|
+
"slots": {
|
|
443
|
+
"domain": "sensor",
|
|
444
|
+
"device_class": "data_rate"
|
|
445
|
+
},
|
|
446
|
+
"expansion_rules": {
|
|
447
|
+
"class": "rychlost (stahování|nahrávání) [dat]"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"sentences": [
|
|
452
|
+
"<jaka_je_class_of_name>"
|
|
453
|
+
],
|
|
454
|
+
"requires_context": {
|
|
455
|
+
"domain": "sensor",
|
|
456
|
+
"device_class": "data_size"
|
|
457
|
+
},
|
|
458
|
+
"slots": {
|
|
459
|
+
"domain": "sensor",
|
|
460
|
+
"device_class": "data_size"
|
|
461
|
+
},
|
|
462
|
+
"expansion_rules": {
|
|
463
|
+
"class": "(velikost|objem) [dat]"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"sentences": [
|
|
468
|
+
"<jaka_je_class_of_name>",
|
|
469
|
+
"kdy (je|bylo|bude|byli|budou) {name}"
|
|
470
|
+
],
|
|
471
|
+
"response": "one",
|
|
472
|
+
"requires_context": {
|
|
473
|
+
"domain": "sensor",
|
|
474
|
+
"device_class": "date"
|
|
475
|
+
},
|
|
476
|
+
"slots": {
|
|
477
|
+
"domain": "sensor",
|
|
478
|
+
"device_class": "date"
|
|
479
|
+
},
|
|
480
|
+
"expansion_rules": {
|
|
481
|
+
"class": "[kalendářní] datum"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"sentences": [
|
|
486
|
+
"<jaka_je_class_of_name>",
|
|
487
|
+
"jak (daleko|dlouh(ý|á)) je {name}"
|
|
488
|
+
],
|
|
489
|
+
"response": "one",
|
|
490
|
+
"requires_context": {
|
|
491
|
+
"domain": "sensor",
|
|
492
|
+
"device_class": "distance"
|
|
493
|
+
},
|
|
494
|
+
"slots": {
|
|
495
|
+
"domain": "sensor",
|
|
496
|
+
"device_class": "distance"
|
|
497
|
+
},
|
|
498
|
+
"expansion_rules": {
|
|
499
|
+
"class": "vzdálenost"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"sentences": [
|
|
504
|
+
"<jaka_je_class_of_name>"
|
|
505
|
+
],
|
|
506
|
+
"response": "one",
|
|
507
|
+
"requires_context": {
|
|
508
|
+
"domain": "sensor",
|
|
509
|
+
"device_class": "duration"
|
|
510
|
+
},
|
|
511
|
+
"slots": {
|
|
512
|
+
"domain": "sensor",
|
|
513
|
+
"device_class": "duration"
|
|
514
|
+
},
|
|
515
|
+
"expansion_rules": {
|
|
516
|
+
"class": "(doba [trvání]|dlouho [bude] trv(á|alo|at))"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"sentences": [
|
|
521
|
+
"<jaka_je_class_of_name>"
|
|
522
|
+
],
|
|
523
|
+
"requires_context": {
|
|
524
|
+
"domain": "sensor",
|
|
525
|
+
"device_class": "energy"
|
|
526
|
+
},
|
|
527
|
+
"slots": {
|
|
528
|
+
"domain": "sensor",
|
|
529
|
+
"device_class": "energy"
|
|
530
|
+
},
|
|
531
|
+
"expansion_rules": {
|
|
532
|
+
"class": "energie"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"sentences": [
|
|
537
|
+
"<jaka_je_class_of_name>"
|
|
538
|
+
],
|
|
539
|
+
"response": "one",
|
|
540
|
+
"requires_context": {
|
|
541
|
+
"domain": "sensor",
|
|
542
|
+
"device_class": "energy_storage"
|
|
543
|
+
},
|
|
544
|
+
"slots": {
|
|
545
|
+
"domain": "sensor",
|
|
546
|
+
"device_class": "energy_storage"
|
|
547
|
+
},
|
|
548
|
+
"expansion_rules": {
|
|
549
|
+
"class": "[množství] uložen(é|á|ý) energie"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"sentences": [
|
|
554
|
+
"<jaka_je_class_of_name>"
|
|
555
|
+
],
|
|
556
|
+
"requires_context": {
|
|
557
|
+
"domain": "sensor",
|
|
558
|
+
"device_class": "frequency"
|
|
559
|
+
},
|
|
560
|
+
"slots": {
|
|
561
|
+
"domain": "sensor",
|
|
562
|
+
"device_class": "frequency"
|
|
563
|
+
},
|
|
564
|
+
"expansion_rules": {
|
|
565
|
+
"class": "frekvence"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"sentences": [
|
|
570
|
+
"<jaka_je_class_of_name>"
|
|
571
|
+
],
|
|
572
|
+
"requires_context": {
|
|
573
|
+
"domain": "sensor",
|
|
574
|
+
"device_class": "gas"
|
|
575
|
+
},
|
|
576
|
+
"slots": {
|
|
577
|
+
"domain": "sensor",
|
|
578
|
+
"device_class": "gas"
|
|
579
|
+
},
|
|
580
|
+
"expansion_rules": {
|
|
581
|
+
"class": "(objem|množství) plynu"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"sentences": [
|
|
586
|
+
"<jaka_je_class_of_name>"
|
|
587
|
+
],
|
|
588
|
+
"response": "one",
|
|
589
|
+
"requires_context": {
|
|
590
|
+
"domain": "sensor",
|
|
591
|
+
"device_class": "humidity"
|
|
592
|
+
},
|
|
593
|
+
"slots": {
|
|
594
|
+
"domain": "sensor",
|
|
595
|
+
"device_class": "humidity"
|
|
596
|
+
},
|
|
597
|
+
"expansion_rules": {
|
|
598
|
+
"class": "[relativní ]vlhkost[ vzduchu]"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"sentences": [
|
|
603
|
+
"<jaka_je_class_of_name>"
|
|
604
|
+
],
|
|
605
|
+
"response": "one",
|
|
606
|
+
"requires_context": {
|
|
607
|
+
"domain": "sensor",
|
|
608
|
+
"device_class": "illuminance"
|
|
609
|
+
},
|
|
610
|
+
"slots": {
|
|
611
|
+
"domain": "sensor",
|
|
612
|
+
"device_class": "illuminance"
|
|
613
|
+
},
|
|
614
|
+
"expansion_rules": {
|
|
615
|
+
"class": "[intenzita] (osvětlen[í|ost]|světl(a|o))"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"sentences": [
|
|
620
|
+
"<jaka_je_class_of_name>"
|
|
621
|
+
],
|
|
622
|
+
"response": "one",
|
|
623
|
+
"requires_context": {
|
|
624
|
+
"domain": "sensor",
|
|
625
|
+
"device_class": "irradiance"
|
|
626
|
+
},
|
|
627
|
+
"slots": {
|
|
628
|
+
"domain": "sensor",
|
|
629
|
+
"device_class": "irradiance"
|
|
630
|
+
},
|
|
631
|
+
"expansion_rules": {
|
|
632
|
+
"class": "[(množství|úroveň)] ozáření"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"sentences": [
|
|
637
|
+
"<jaka_je_class_of_name>"
|
|
638
|
+
],
|
|
639
|
+
"requires_context": {
|
|
640
|
+
"domain": "sensor",
|
|
641
|
+
"device_class": "moisture"
|
|
642
|
+
},
|
|
643
|
+
"slots": {
|
|
644
|
+
"domain": "sensor",
|
|
645
|
+
"device_class": "moisture"
|
|
646
|
+
},
|
|
647
|
+
"expansion_rules": {
|
|
648
|
+
"class": "[relativní ]vlhkost"
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"sentences": [
|
|
653
|
+
"<jaka_je_class_of_name>",
|
|
654
|
+
"kolik [peněz] (stojí|stál[(o|a)]) {name}"
|
|
655
|
+
],
|
|
656
|
+
"response": "one",
|
|
657
|
+
"requires_context": {
|
|
658
|
+
"domain": "sensor",
|
|
659
|
+
"device_class": "monetary"
|
|
660
|
+
},
|
|
661
|
+
"slots": {
|
|
662
|
+
"domain": "sensor",
|
|
663
|
+
"device_class": "monetary"
|
|
664
|
+
},
|
|
665
|
+
"expansion_rules": {
|
|
666
|
+
"class": "(náklady|[(množství|objem)] peněz|částka)"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"sentences": [
|
|
671
|
+
"<jaka_je_class_of_name>"
|
|
672
|
+
],
|
|
673
|
+
"requires_context": {
|
|
674
|
+
"domain": "sensor",
|
|
675
|
+
"device_class": "nitrogen_dioxide"
|
|
676
|
+
},
|
|
677
|
+
"slots": {
|
|
678
|
+
"domain": "sensor",
|
|
679
|
+
"device_class": "nitrogen_dioxide"
|
|
680
|
+
},
|
|
681
|
+
"expansion_rules": {
|
|
682
|
+
"class": "<koncentrace> (oxidu dusičit<y_e>ho|NO2)"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"sentences": [
|
|
687
|
+
"<jaka_je_class_of_name>"
|
|
688
|
+
],
|
|
689
|
+
"requires_context": {
|
|
690
|
+
"domain": "sensor",
|
|
691
|
+
"device_class": "nitrogen_monoxide"
|
|
692
|
+
},
|
|
693
|
+
"slots": {
|
|
694
|
+
"domain": "sensor",
|
|
695
|
+
"device_class": "nitrogen_monoxide"
|
|
696
|
+
},
|
|
697
|
+
"expansion_rules": {
|
|
698
|
+
"class": "<koncentrace> (oxidu dusnat<y_e>ho|NO)"
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"sentences": [
|
|
703
|
+
"<jaka_je_class_of_name>"
|
|
704
|
+
],
|
|
705
|
+
"requires_context": {
|
|
706
|
+
"domain": "sensor",
|
|
707
|
+
"device_class": "nitrous_oxide"
|
|
708
|
+
},
|
|
709
|
+
"slots": {
|
|
710
|
+
"domain": "sensor",
|
|
711
|
+
"device_class": "nitrous_oxide"
|
|
712
|
+
},
|
|
713
|
+
"expansion_rules": {
|
|
714
|
+
"class": "<koncentrace> (oxidu dusnat<y_e>ho|N2O)"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"sentences": [
|
|
719
|
+
"<jaka_je_class_of_name>"
|
|
720
|
+
],
|
|
721
|
+
"requires_context": {
|
|
722
|
+
"domain": "sensor",
|
|
723
|
+
"device_class": "ozone"
|
|
724
|
+
},
|
|
725
|
+
"slots": {
|
|
726
|
+
"domain": "sensor",
|
|
727
|
+
"device_class": "ozone"
|
|
728
|
+
},
|
|
729
|
+
"expansion_rules": {
|
|
730
|
+
"class": "<koncentrace> (oz(o|ó)nu|O3)"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"sentences": [
|
|
735
|
+
"<jaka_je_class_of_name>"
|
|
736
|
+
],
|
|
737
|
+
"requires_context": {
|
|
738
|
+
"domain": "sensor",
|
|
739
|
+
"device_class": "pm1"
|
|
740
|
+
},
|
|
741
|
+
"slots": {
|
|
742
|
+
"domain": "sensor",
|
|
743
|
+
"device_class": "pm1"
|
|
744
|
+
},
|
|
745
|
+
"expansion_rules": {
|
|
746
|
+
"class": "<koncentrace> [částic] pm1 [ve vzduchu]"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"sentences": [
|
|
751
|
+
"<jaka_je_class_of_name>"
|
|
752
|
+
],
|
|
753
|
+
"requires_context": {
|
|
754
|
+
"domain": "sensor",
|
|
755
|
+
"device_class": "pm25"
|
|
756
|
+
},
|
|
757
|
+
"slots": {
|
|
758
|
+
"domain": "sensor",
|
|
759
|
+
"device_class": "pm25"
|
|
760
|
+
},
|
|
761
|
+
"expansion_rules": {
|
|
762
|
+
"class": "<koncentrace> [částic] pm2.5 [ve vzduchu]"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"sentences": [
|
|
767
|
+
"<jaka_je_class_of_name>"
|
|
768
|
+
],
|
|
769
|
+
"requires_context": {
|
|
770
|
+
"domain": "sensor",
|
|
771
|
+
"device_class": "pm10"
|
|
772
|
+
},
|
|
773
|
+
"slots": {
|
|
774
|
+
"domain": "sensor",
|
|
775
|
+
"device_class": "pm10"
|
|
776
|
+
},
|
|
777
|
+
"expansion_rules": {
|
|
778
|
+
"class": "<koncentrace> [částic] pm10 [ve vzduchu]"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"sentences": [
|
|
783
|
+
"<jaka_je_class_of_name>"
|
|
784
|
+
],
|
|
785
|
+
"requires_context": {
|
|
786
|
+
"domain": "sensor",
|
|
787
|
+
"device_class": "power_factor"
|
|
788
|
+
},
|
|
789
|
+
"slots": {
|
|
790
|
+
"domain": "sensor",
|
|
791
|
+
"device_class": "power_factor"
|
|
792
|
+
},
|
|
793
|
+
"expansion_rules": {
|
|
794
|
+
"class": "účiník"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"sentences": [
|
|
799
|
+
"<jaka_je_class_of_name>"
|
|
800
|
+
],
|
|
801
|
+
"requires_context": {
|
|
802
|
+
"domain": "sensor",
|
|
803
|
+
"device_class": "power"
|
|
804
|
+
},
|
|
805
|
+
"slots": {
|
|
806
|
+
"domain": "sensor",
|
|
807
|
+
"device_class": "power"
|
|
808
|
+
},
|
|
809
|
+
"expansion_rules": {
|
|
810
|
+
"class": "výkon"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"sentences": [
|
|
815
|
+
"<jaka_je_class_of_name>"
|
|
816
|
+
],
|
|
817
|
+
"requires_context": {
|
|
818
|
+
"domain": "sensor",
|
|
819
|
+
"device_class": "precipitation"
|
|
820
|
+
},
|
|
821
|
+
"slots": {
|
|
822
|
+
"domain": "sensor",
|
|
823
|
+
"device_class": "precipitation"
|
|
824
|
+
},
|
|
825
|
+
"expansion_rules": {
|
|
826
|
+
"class": "[(souhrn[<y_e>]|úhrn[<y_e>]|celkov<y_e>)] [množství] [(dešťov<y_ej>ch|sněhov<y_ej>[ch])] (srážek|srážky)"
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"sentences": [
|
|
831
|
+
"<jaka_je_class_of_name>"
|
|
832
|
+
],
|
|
833
|
+
"requires_context": {
|
|
834
|
+
"domain": "sensor",
|
|
835
|
+
"device_class": "precipitation_intensity"
|
|
836
|
+
},
|
|
837
|
+
"slots": {
|
|
838
|
+
"domain": "sensor",
|
|
839
|
+
"device_class": "precipitation_intensity"
|
|
840
|
+
},
|
|
841
|
+
"expansion_rules": {
|
|
842
|
+
"class": "intenzita [(dešťov<y_ej>ch|sněhov<y_ej>ch)] srážek"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"sentences": [
|
|
847
|
+
"<jaka_je_class_of_name>"
|
|
848
|
+
],
|
|
849
|
+
"requires_context": {
|
|
850
|
+
"domain": "sensor",
|
|
851
|
+
"device_class": "pressure"
|
|
852
|
+
},
|
|
853
|
+
"slots": {
|
|
854
|
+
"domain": "sensor",
|
|
855
|
+
"device_class": "pressure"
|
|
856
|
+
},
|
|
857
|
+
"expansion_rules": {
|
|
858
|
+
"class": "tlak"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"sentences": [
|
|
863
|
+
"<jaka_je_class_of_name>"
|
|
864
|
+
],
|
|
865
|
+
"requires_context": {
|
|
866
|
+
"domain": "sensor",
|
|
867
|
+
"device_class": "reactive_power"
|
|
868
|
+
},
|
|
869
|
+
"slots": {
|
|
870
|
+
"domain": "sensor",
|
|
871
|
+
"device_class": "reactive_power"
|
|
872
|
+
},
|
|
873
|
+
"expansion_rules": {
|
|
874
|
+
"class": "jalov<y_ej> výkon"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"sentences": [
|
|
879
|
+
"<jaka_je_class_of_name>"
|
|
880
|
+
],
|
|
881
|
+
"requires_context": {
|
|
882
|
+
"domain": "sensor",
|
|
883
|
+
"device_class": "signal_strength"
|
|
884
|
+
},
|
|
885
|
+
"slots": {
|
|
886
|
+
"domain": "sensor",
|
|
887
|
+
"device_class": "signal_strength"
|
|
888
|
+
},
|
|
889
|
+
"expansion_rules": {
|
|
890
|
+
"class": "(sihnál|síla signálu)"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"sentences": [
|
|
895
|
+
"<jaka_je_class_of_name>"
|
|
896
|
+
],
|
|
897
|
+
"requires_context": {
|
|
898
|
+
"domain": "sensor",
|
|
899
|
+
"device_class": "sound_pressure"
|
|
900
|
+
},
|
|
901
|
+
"slots": {
|
|
902
|
+
"domain": "sensor",
|
|
903
|
+
"device_class": "sound_pressure"
|
|
904
|
+
},
|
|
905
|
+
"expansion_rules": {
|
|
906
|
+
"class": "(zvukov<y_ej>|akustick<y_ej>) tlak"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"sentences": [
|
|
911
|
+
"<jaka_je_class_of_name>"
|
|
912
|
+
],
|
|
913
|
+
"requires_context": {
|
|
914
|
+
"domain": "sensor",
|
|
915
|
+
"device_class": "speed"
|
|
916
|
+
},
|
|
917
|
+
"slots": {
|
|
918
|
+
"domain": "sensor",
|
|
919
|
+
"device_class": "speed"
|
|
920
|
+
},
|
|
921
|
+
"expansion_rules": {
|
|
922
|
+
"class": "rychlost"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"sentences": [
|
|
927
|
+
"<jaka_je_class_of_name>"
|
|
928
|
+
],
|
|
929
|
+
"requires_context": {
|
|
930
|
+
"domain": "sensor",
|
|
931
|
+
"device_class": "sulphur_dioxide"
|
|
932
|
+
},
|
|
933
|
+
"slots": {
|
|
934
|
+
"domain": "sensor",
|
|
935
|
+
"device_class": "sulphur_dioxide"
|
|
936
|
+
},
|
|
937
|
+
"expansion_rules": {
|
|
938
|
+
"class": "<koncentrace> (oxidu siřičit<y_e>ho|SO2)"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"sentences": [
|
|
943
|
+
"<jaka_je_class_of_name>"
|
|
944
|
+
],
|
|
945
|
+
"requires_context": {
|
|
946
|
+
"domain": "sensor",
|
|
947
|
+
"device_class": "volatile_organic_compounds"
|
|
948
|
+
},
|
|
949
|
+
"slots": {
|
|
950
|
+
"domain": "sensor",
|
|
951
|
+
"device_class": "volatile_organic_compounds"
|
|
952
|
+
},
|
|
953
|
+
"expansion_rules": {
|
|
954
|
+
"class": "[množství] voln<y_ej>ch organick<y_ej>ch látek"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"sentences": [
|
|
959
|
+
"<jaka_je_class_of_name>"
|
|
960
|
+
],
|
|
961
|
+
"requires_context": {
|
|
962
|
+
"domain": "sensor",
|
|
963
|
+
"device_class": "volatile_organic_compounds_parts"
|
|
964
|
+
},
|
|
965
|
+
"slots": {
|
|
966
|
+
"domain": "sensor",
|
|
967
|
+
"device_class": "volatile_organic_compounds_parts"
|
|
968
|
+
},
|
|
969
|
+
"expansion_rules": {
|
|
970
|
+
"class": "koncentrace voln<y_ej>ch organick<y_ej>ch látek"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"sentences": [
|
|
975
|
+
"<jaka_je_class_of_name>"
|
|
976
|
+
],
|
|
977
|
+
"requires_context": {
|
|
978
|
+
"domain": "sensor",
|
|
979
|
+
"device_class": "voltage"
|
|
980
|
+
},
|
|
981
|
+
"slots": {
|
|
982
|
+
"domain": "sensor",
|
|
983
|
+
"device_class": "voltage"
|
|
984
|
+
},
|
|
985
|
+
"expansion_rules": {
|
|
986
|
+
"class": "napětí"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"sentences": [
|
|
991
|
+
"<jaka_je_class_of_name>"
|
|
992
|
+
],
|
|
993
|
+
"requires_context": {
|
|
994
|
+
"domain": "sensor",
|
|
995
|
+
"device_class": "volume"
|
|
996
|
+
},
|
|
997
|
+
"slots": {
|
|
998
|
+
"domain": "sensor",
|
|
999
|
+
"device_class": "volume"
|
|
1000
|
+
},
|
|
1001
|
+
"expansion_rules": {
|
|
1002
|
+
"class": "objem"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"sentences": [
|
|
1007
|
+
"<jaka_je_class_of_name>"
|
|
1008
|
+
],
|
|
1009
|
+
"requires_context": {
|
|
1010
|
+
"domain": "sensor",
|
|
1011
|
+
"device_class": "volume_storage"
|
|
1012
|
+
},
|
|
1013
|
+
"slots": {
|
|
1014
|
+
"domain": "sensor",
|
|
1015
|
+
"device_class": "volume_storage"
|
|
1016
|
+
},
|
|
1017
|
+
"expansion_rules": {
|
|
1018
|
+
"class": "celkov<y_ej> [uložen<y_ej>] objem"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"sentences": [
|
|
1023
|
+
"<jaka_je_class_of_name>"
|
|
1024
|
+
],
|
|
1025
|
+
"requires_context": {
|
|
1026
|
+
"domain": "sensor",
|
|
1027
|
+
"device_class": "water"
|
|
1028
|
+
},
|
|
1029
|
+
"slots": {
|
|
1030
|
+
"domain": "sensor",
|
|
1031
|
+
"device_class": "water"
|
|
1032
|
+
},
|
|
1033
|
+
"expansion_rules": {
|
|
1034
|
+
"class": "[celkov<y_e>] (množství|objem) [spotřebovan<y_e>] vody"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"sentences": [
|
|
1039
|
+
"<jaka_je_class_of_name>"
|
|
1040
|
+
],
|
|
1041
|
+
"requires_context": {
|
|
1042
|
+
"domain": "sensor",
|
|
1043
|
+
"device_class": "weight"
|
|
1044
|
+
},
|
|
1045
|
+
"slots": {
|
|
1046
|
+
"domain": "sensor",
|
|
1047
|
+
"device_class": "weight"
|
|
1048
|
+
},
|
|
1049
|
+
"expansion_rules": {
|
|
1050
|
+
"class": "(hmotnost|váha)"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"sentences": [
|
|
1055
|
+
"<jaka_je_class_of_name>"
|
|
1056
|
+
],
|
|
1057
|
+
"requires_context": {
|
|
1058
|
+
"domain": "sensor",
|
|
1059
|
+
"device_class": "wind_speed"
|
|
1060
|
+
},
|
|
1061
|
+
"slots": {
|
|
1062
|
+
"domain": "sensor",
|
|
1063
|
+
"device_class": "wind_speed"
|
|
1064
|
+
},
|
|
1065
|
+
"expansion_rules": {
|
|
1066
|
+
"class": "rychlost větru"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"sentences": [
|
|
1071
|
+
"je {name} {cover_states:state} [<area>]",
|
|
1072
|
+
"{cover_states:state} {name} [<area>]"
|
|
1073
|
+
],
|
|
1074
|
+
"response": "one_yesno",
|
|
1075
|
+
"slots": {
|
|
1076
|
+
"domain": "cover"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"sentences": [
|
|
1081
|
+
"jaký stav má {name}"
|
|
1082
|
+
],
|
|
1083
|
+
"response": "one_cover",
|
|
1084
|
+
"slots": {
|
|
1085
|
+
"domain": "cover"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"sentences": [
|
|
1090
|
+
"(je|jsou) někter(é|á) {cover_classes:device_class} [<area>] {cover_states:state}",
|
|
1091
|
+
"{cover_states:state} někter(é|á) {cover_classes:device_class}"
|
|
1092
|
+
],
|
|
1093
|
+
"response": "any",
|
|
1094
|
+
"slots": {
|
|
1095
|
+
"domain": "cover"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"sentences": [
|
|
1100
|
+
"jsou všechn(a|y) {cover_classes:device_class} [<area>] {cover_states:state}"
|
|
1101
|
+
],
|
|
1102
|
+
"response": "all",
|
|
1103
|
+
"slots": {
|
|
1104
|
+
"domain": "cover"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"sentences": [
|
|
1109
|
+
"<ktere> {cover_classes:device_class} [<area>] (jsou|se) {cover_states:state}"
|
|
1110
|
+
],
|
|
1111
|
+
"response": "which",
|
|
1112
|
+
"slots": {
|
|
1113
|
+
"domain": "cover"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"sentences": [
|
|
1118
|
+
"Kolik {cover_classes:device_class} (je|se) [<area>] {cover_states:state}"
|
|
1119
|
+
],
|
|
1120
|
+
"response": "how_many",
|
|
1121
|
+
"slots": {
|
|
1122
|
+
"domain": "cover"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"sentences": [
|
|
1127
|
+
"<je_jsou> {name} {bs_door_states:state} [<area>]"
|
|
1128
|
+
],
|
|
1129
|
+
"response": "bs_yesno",
|
|
1130
|
+
"requires_context": {
|
|
1131
|
+
"domain": "binary_sensor",
|
|
1132
|
+
"device_class": "door"
|
|
1133
|
+
},
|
|
1134
|
+
"slots": {
|
|
1135
|
+
"domain": "binary_sensor",
|
|
1136
|
+
"device_class": "door"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"sentences": [
|
|
1141
|
+
"<je_jsou> {name} {bs_garage_door_states:state} [<area>]"
|
|
1142
|
+
],
|
|
1143
|
+
"response": "bs_yesno",
|
|
1144
|
+
"requires_context": {
|
|
1145
|
+
"domain": "binary_sensor",
|
|
1146
|
+
"device_class": "garage_door"
|
|
1147
|
+
},
|
|
1148
|
+
"slots": {
|
|
1149
|
+
"domain": "binary_sensor",
|
|
1150
|
+
"device_class": "garage_door"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"sentences": [
|
|
1155
|
+
"<je_jsou> [sen(s|z)or] {name} {bs_moisture_states:state} [<area>]"
|
|
1156
|
+
],
|
|
1157
|
+
"response": "bs_yesno",
|
|
1158
|
+
"requires_context": {
|
|
1159
|
+
"domain": "binary_sensor",
|
|
1160
|
+
"device_class": "moisture"
|
|
1161
|
+
},
|
|
1162
|
+
"slots": {
|
|
1163
|
+
"domain": "binary_sensor",
|
|
1164
|
+
"device_class": "moisture"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"sentences": [
|
|
1169
|
+
"<je_jsou> (nějak|někter)(ý|é) sen(z|s)or[y] [vlhkosti] {bs_moisture_states:state} [<area>]"
|
|
1170
|
+
],
|
|
1171
|
+
"response": "any",
|
|
1172
|
+
"slots": {
|
|
1173
|
+
"domain": "binary_sensor",
|
|
1174
|
+
"device_class": "moisture"
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"sentences": [
|
|
1179
|
+
"je (někde|<area>) [detekován[a]] (únik vody|záplava)",
|
|
1180
|
+
"je <area> (únik vody|pod vodou|voda|zaplaven[á])",
|
|
1181
|
+
"je voda <area>"
|
|
139
1182
|
],
|
|
140
|
-
"response": "
|
|
141
|
-
"requires_context": {
|
|
142
|
-
"domain": "person"
|
|
143
|
-
},
|
|
1183
|
+
"response": "any",
|
|
144
1184
|
"slots": {
|
|
145
|
-
"domain": "
|
|
1185
|
+
"domain": "binary_sensor",
|
|
1186
|
+
"device_class": "moisture",
|
|
1187
|
+
"state": "on"
|
|
146
1188
|
}
|
|
147
1189
|
},
|
|
148
1190
|
{
|
|
149
1191
|
"sentences": [
|
|
150
|
-
"je {
|
|
1192
|
+
"<ktere> sen(s|z)or[y] [vlhkosti] (je|jsou) [<area>] {bs_moisture_states:state}"
|
|
151
1193
|
],
|
|
152
|
-
"response": "
|
|
153
|
-
"requires_context": {
|
|
154
|
-
"domain": "person"
|
|
155
|
-
},
|
|
1194
|
+
"response": "which",
|
|
156
1195
|
"slots": {
|
|
157
|
-
"domain": "
|
|
158
|
-
"
|
|
1196
|
+
"domain": "binary_sensor",
|
|
1197
|
+
"device_class": "moisture"
|
|
159
1198
|
}
|
|
160
1199
|
},
|
|
161
1200
|
{
|
|
162
1201
|
"sentences": [
|
|
163
|
-
"
|
|
1202
|
+
"kolik sen(s|z)orů [vlhkosti] [<area>] je {bs_moisture_states:state}[ch]"
|
|
164
1203
|
],
|
|
165
|
-
"response": "
|
|
1204
|
+
"response": "how_many",
|
|
166
1205
|
"slots": {
|
|
167
|
-
"domain": "
|
|
168
|
-
"
|
|
1206
|
+
"domain": "binary_sensor",
|
|
1207
|
+
"device_class": "moisture"
|
|
169
1208
|
}
|
|
170
1209
|
},
|
|
171
1210
|
{
|
|
172
1211
|
"sentences": [
|
|
173
|
-
"
|
|
1212
|
+
"<je_jsou> [<area>] [na sen(z|s)oru {name}] {bs_motion_states:state} pohyb"
|
|
174
1213
|
],
|
|
175
|
-
"response": "
|
|
1214
|
+
"response": "bs_yesno",
|
|
1215
|
+
"requires_context": {
|
|
1216
|
+
"domain": "binary_sensor",
|
|
1217
|
+
"device_class": "motion"
|
|
1218
|
+
},
|
|
176
1219
|
"slots": {
|
|
177
|
-
"domain": "
|
|
178
|
-
"
|
|
1220
|
+
"domain": "binary_sensor",
|
|
1221
|
+
"device_class": "motion"
|
|
179
1222
|
}
|
|
180
1223
|
},
|
|
181
1224
|
{
|
|
182
1225
|
"sentences": [
|
|
183
|
-
"
|
|
184
|
-
"kdo je doma"
|
|
1226
|
+
"<je_jsou> [(některé|nějaké)] sen(s|z)ory pohybu [<area>] [ve stavu] {bs_motion_states:state}"
|
|
185
1227
|
],
|
|
186
|
-
"response": "
|
|
1228
|
+
"response": "any",
|
|
187
1229
|
"slots": {
|
|
188
|
-
"domain": "
|
|
189
|
-
"
|
|
1230
|
+
"domain": "binary_sensor",
|
|
1231
|
+
"device_class": "motion"
|
|
190
1232
|
}
|
|
191
1233
|
},
|
|
192
1234
|
{
|
|
193
1235
|
"sentences": [
|
|
194
|
-
"
|
|
195
|
-
"kdo je mimo domov",
|
|
196
|
-
"je někdo mimo domov",
|
|
197
|
-
"je někdo mimo pryč"
|
|
1236
|
+
"(je|byl) detekov(án|aný) [nějaký] pohyb [<area>]"
|
|
198
1237
|
],
|
|
199
|
-
"response": "
|
|
1238
|
+
"response": "any",
|
|
200
1239
|
"slots": {
|
|
201
|
-
"domain": "
|
|
202
|
-
"
|
|
1240
|
+
"domain": "binary_sensor",
|
|
1241
|
+
"device_class": "motion",
|
|
1242
|
+
"state": "on"
|
|
203
1243
|
}
|
|
204
1244
|
},
|
|
205
1245
|
{
|
|
206
1246
|
"sentences": [
|
|
207
|
-
"
|
|
1247
|
+
"jsou všechny detektory pohybu [<area>] [ve stavu] {bs_motion_states:state}"
|
|
208
1248
|
],
|
|
209
|
-
"response": "
|
|
1249
|
+
"response": "all",
|
|
210
1250
|
"slots": {
|
|
211
|
-
"domain": "
|
|
212
|
-
"
|
|
1251
|
+
"domain": "binary_sensor",
|
|
1252
|
+
"device_class": "motion"
|
|
213
1253
|
}
|
|
214
1254
|
},
|
|
215
1255
|
{
|
|
216
1256
|
"sentences": [
|
|
217
|
-
"
|
|
1257
|
+
"(který|které) detektor[y] pohybu [<area>] (je|jsou) [ve stavu] {bs_motion_states:state}"
|
|
218
1258
|
],
|
|
219
|
-
"response": "
|
|
1259
|
+
"response": "which",
|
|
220
1260
|
"slots": {
|
|
221
|
-
"domain": "
|
|
222
|
-
"
|
|
1261
|
+
"domain": "binary_sensor",
|
|
1262
|
+
"device_class": "motion"
|
|
223
1263
|
}
|
|
224
1264
|
},
|
|
225
1265
|
{
|
|
226
1266
|
"sentences": [
|
|
227
|
-
"
|
|
228
|
-
"je {name} (pryč|na cestě|mimo domov)"
|
|
1267
|
+
"kolik detektorů pohybu [<area>] je [ve stavu] {bs_motion_states:state}"
|
|
229
1268
|
],
|
|
230
|
-
"response": "
|
|
231
|
-
"requires_context": {
|
|
232
|
-
"domain": "person"
|
|
233
|
-
},
|
|
1269
|
+
"response": "how_many",
|
|
234
1270
|
"slots": {
|
|
235
|
-
"domain": "
|
|
236
|
-
"
|
|
1271
|
+
"domain": "binary_sensor",
|
|
1272
|
+
"device_class": "motion"
|
|
237
1273
|
}
|
|
238
1274
|
},
|
|
239
1275
|
{
|
|
240
1276
|
"sentences": [
|
|
241
|
-
"
|
|
1277
|
+
"(<je_jsou>|detekuje) [sen(s|z)or] {name} {bs_occupancy_states:state} [<area>]"
|
|
242
1278
|
],
|
|
243
1279
|
"response": "one_yesno",
|
|
244
1280
|
"requires_context": {
|
|
245
|
-
"domain": "
|
|
1281
|
+
"domain": "binary_sensor",
|
|
1282
|
+
"device_class": "occupancy"
|
|
246
1283
|
},
|
|
247
1284
|
"slots": {
|
|
248
|
-
"domain": "
|
|
1285
|
+
"domain": "binary_sensor",
|
|
1286
|
+
"device_class": "occupancy"
|
|
249
1287
|
}
|
|
250
1288
|
},
|
|
251
1289
|
{
|
|
252
1290
|
"sentences": [
|
|
253
|
-
"(
|
|
1291
|
+
"<je_jsou> (nějaké|některé) sen(s|z)ory obsazenosti [<area>] ve stavu {bs_occupancy_states:state}"
|
|
254
1292
|
],
|
|
255
1293
|
"response": "any",
|
|
256
1294
|
"slots": {
|
|
257
|
-
"domain": "
|
|
1295
|
+
"domain": "binary_sensor",
|
|
1296
|
+
"device_class": "occupancy"
|
|
258
1297
|
}
|
|
259
1298
|
},
|
|
260
1299
|
{
|
|
261
1300
|
"sentences": [
|
|
262
|
-
"
|
|
1301
|
+
"je [někde] detekován[a] {bs_occupancy_states:state} [<area>]"
|
|
263
1302
|
],
|
|
264
|
-
"response": "
|
|
1303
|
+
"response": "any",
|
|
265
1304
|
"slots": {
|
|
266
|
-
"domain": "
|
|
1305
|
+
"domain": "binary_sensor",
|
|
1306
|
+
"device_class": "occupancy",
|
|
1307
|
+
"state": "on"
|
|
267
1308
|
}
|
|
268
1309
|
},
|
|
269
1310
|
{
|
|
270
1311
|
"sentences": [
|
|
271
|
-
"
|
|
1312
|
+
"jsou všechny sen(s|z)ory obsazenosti [<area>] ve stavu {bs_occupancy_states:state}"
|
|
272
1313
|
],
|
|
273
|
-
"response": "
|
|
1314
|
+
"response": "all",
|
|
274
1315
|
"slots": {
|
|
275
|
-
"domain": "
|
|
1316
|
+
"domain": "binary_sensor",
|
|
1317
|
+
"device_class": "occupancy"
|
|
276
1318
|
}
|
|
277
1319
|
},
|
|
278
1320
|
{
|
|
279
1321
|
"sentences": [
|
|
280
|
-
"
|
|
1322
|
+
"kter(é|ý) sen(s|z)or[y] obsazenosti [<area>] jsou ve stavu {bs_occupancy_states:state}"
|
|
281
1323
|
],
|
|
282
|
-
"response": "
|
|
1324
|
+
"response": "which",
|
|
283
1325
|
"slots": {
|
|
284
|
-
"domain": "
|
|
1326
|
+
"domain": "binary_sensor",
|
|
1327
|
+
"device_class": "occupancy"
|
|
285
1328
|
}
|
|
286
1329
|
},
|
|
287
1330
|
{
|
|
288
1331
|
"sentences": [
|
|
289
|
-
"
|
|
290
|
-
"{cover_states:state} {name} [<area>]"
|
|
1332
|
+
"kolik sen(s|z)orů obsazenosti [<area>] je ve stavu {bs_occupancy_states:state}"
|
|
291
1333
|
],
|
|
292
|
-
"response": "
|
|
1334
|
+
"response": "how_many",
|
|
293
1335
|
"slots": {
|
|
294
|
-
"domain": "
|
|
1336
|
+
"domain": "binary_sensor",
|
|
1337
|
+
"device_class": "occupancy"
|
|
295
1338
|
}
|
|
296
1339
|
},
|
|
297
1340
|
{
|
|
298
1341
|
"sentences": [
|
|
299
|
-
"
|
|
1342
|
+
"<je_jsou> {name} [<area>] {bs_opening_states:state}"
|
|
300
1343
|
],
|
|
301
|
-
"response": "
|
|
1344
|
+
"response": "bs_yesno",
|
|
1345
|
+
"requires_context": {
|
|
1346
|
+
"domain": "binary_sensor",
|
|
1347
|
+
"device_class": "opening"
|
|
1348
|
+
},
|
|
302
1349
|
"slots": {
|
|
303
|
-
"domain": "
|
|
1350
|
+
"domain": "binary_sensor",
|
|
1351
|
+
"device_class": "opening"
|
|
304
1352
|
}
|
|
305
1353
|
},
|
|
306
1354
|
{
|
|
307
1355
|
"sentences": [
|
|
308
|
-
"
|
|
309
|
-
"{cover_states:state} někter(é|á) {cover_classes:device_class}"
|
|
1356
|
+
"<je_jsou> někde [<area>] {bs_opening_states:state}"
|
|
310
1357
|
],
|
|
311
1358
|
"response": "any",
|
|
312
1359
|
"slots": {
|
|
313
|
-
"domain": "
|
|
1360
|
+
"domain": "binary_sensor",
|
|
1361
|
+
"device_class": "opening"
|
|
314
1362
|
}
|
|
315
1363
|
},
|
|
316
1364
|
{
|
|
317
1365
|
"sentences": [
|
|
318
|
-
"
|
|
1366
|
+
"je všude [<area>] {bs_opening_states:state}"
|
|
319
1367
|
],
|
|
320
1368
|
"response": "all",
|
|
321
1369
|
"slots": {
|
|
322
|
-
"domain": "
|
|
1370
|
+
"domain": "binary_sensor",
|
|
1371
|
+
"device_class": "opening"
|
|
323
1372
|
}
|
|
324
1373
|
},
|
|
325
1374
|
{
|
|
326
1375
|
"sentences": [
|
|
327
|
-
"
|
|
1376
|
+
"kde [<area>] je {bs_opening_states:state}"
|
|
328
1377
|
],
|
|
329
1378
|
"response": "which",
|
|
330
1379
|
"slots": {
|
|
331
|
-
"domain": "
|
|
1380
|
+
"domain": "binary_sensor",
|
|
1381
|
+
"device_class": "opening"
|
|
332
1382
|
}
|
|
333
1383
|
},
|
|
334
1384
|
{
|
|
335
1385
|
"sentences": [
|
|
336
|
-
"
|
|
1386
|
+
"kolik (dveří|oken) [<area>] je {bs_opening_states:state}"
|
|
337
1387
|
],
|
|
338
1388
|
"response": "how_many",
|
|
339
1389
|
"slots": {
|
|
340
|
-
"domain": "
|
|
1390
|
+
"domain": "binary_sensor",
|
|
1391
|
+
"device_class": "opening"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"sentences": [
|
|
1396
|
+
"<je_jsou> {name} {bs_window_states:state} [<area>]"
|
|
1397
|
+
],
|
|
1398
|
+
"response": "one_yesno",
|
|
1399
|
+
"requires_context": {
|
|
1400
|
+
"domain": "binary_sensor",
|
|
1401
|
+
"device_class": "window"
|
|
1402
|
+
},
|
|
1403
|
+
"slots": {
|
|
1404
|
+
"domain": "binary_sensor",
|
|
1405
|
+
"device_class": "window"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
]
|
|
1409
|
+
},
|
|
1410
|
+
"HassGetWeather": {
|
|
1411
|
+
"data": [
|
|
1412
|
+
{
|
|
1413
|
+
"sentences": [
|
|
1414
|
+
"<jaky_je> počasí"
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"sentences": [
|
|
1419
|
+
"<jaky_je> počasí (na|v) {name}"
|
|
1420
|
+
],
|
|
1421
|
+
"requires_context": {
|
|
1422
|
+
"domain": "weather"
|
|
341
1423
|
}
|
|
342
1424
|
}
|
|
343
1425
|
]
|
|
@@ -347,9 +1429,9 @@
|
|
|
347
1429
|
{
|
|
348
1430
|
"sentences": [
|
|
349
1431
|
"<zapnout> světlo {name}",
|
|
350
|
-
"<rozsvitit>[
|
|
1432
|
+
"<rozsvitit> [světlo] {name}",
|
|
351
1433
|
"{name} <zapnout> světlo",
|
|
352
|
-
"{name} <rozsvitit>[
|
|
1434
|
+
"{name} <rozsvitit> [světlo]"
|
|
353
1435
|
],
|
|
354
1436
|
"requires_context": {
|
|
355
1437
|
"domain": "light"
|
|
@@ -362,9 +1444,9 @@
|
|
|
362
1444
|
{
|
|
363
1445
|
"sentences": [
|
|
364
1446
|
"<zapnout> <svetla> <area>",
|
|
365
|
-
"<rozsvitit>[
|
|
1447
|
+
"<rozsvitit> [<svetla>] <area>",
|
|
366
1448
|
"<area> <zapnout> <svetla>",
|
|
367
|
-
"<area> <rozsvitit>[
|
|
1449
|
+
"<area> <rozsvitit> [<svetla>]"
|
|
368
1450
|
],
|
|
369
1451
|
"slots": {
|
|
370
1452
|
"domain": "light"
|
|
@@ -373,14 +1455,18 @@
|
|
|
373
1455
|
},
|
|
374
1456
|
{
|
|
375
1457
|
"sentences": [
|
|
376
|
-
"(<zapnout>|<rozsvitit>)[
|
|
1458
|
+
"(<zapnout>|<rozsvitit>) [úplně] [všechna] světla",
|
|
377
1459
|
"<zapnout> světlo",
|
|
378
|
-
"<rozsvitit>[
|
|
1460
|
+
"<rozsvitit> [světlo]"
|
|
379
1461
|
],
|
|
380
1462
|
"response": "light_all",
|
|
1463
|
+
"requires_context": {
|
|
1464
|
+
"area": {
|
|
1465
|
+
"slot": true
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
381
1468
|
"slots": {
|
|
382
|
-
"domain": "light"
|
|
383
|
-
"name": "all"
|
|
1469
|
+
"domain": "light"
|
|
384
1470
|
}
|
|
385
1471
|
},
|
|
386
1472
|
{
|
|
@@ -494,6 +1580,32 @@
|
|
|
494
1580
|
"domain": "cover"
|
|
495
1581
|
},
|
|
496
1582
|
"response": "cover"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"sentences": [
|
|
1586
|
+
"<otevrit> {cover_classes:device_class}"
|
|
1587
|
+
],
|
|
1588
|
+
"slots": {
|
|
1589
|
+
"domain": "cover"
|
|
1590
|
+
},
|
|
1591
|
+
"response": "cover",
|
|
1592
|
+
"requires_context": {
|
|
1593
|
+
"area": {
|
|
1594
|
+
"slot": true
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
"HassMediaUnpause": {
|
|
1601
|
+
"data": [
|
|
1602
|
+
{
|
|
1603
|
+
"sentences": [
|
|
1604
|
+
"((pokračuj|pokračovat);{name})"
|
|
1605
|
+
],
|
|
1606
|
+
"requires_context": {
|
|
1607
|
+
"domain": "media_player"
|
|
1608
|
+
}
|
|
497
1609
|
}
|
|
498
1610
|
]
|
|
499
1611
|
},
|
|
@@ -511,6 +1623,49 @@
|
|
|
511
1623
|
}
|
|
512
1624
|
]
|
|
513
1625
|
},
|
|
1626
|
+
"HassNevermind": {
|
|
1627
|
+
"data": [
|
|
1628
|
+
{
|
|
1629
|
+
"sentences": [
|
|
1630
|
+
"[to] nevadí",
|
|
1631
|
+
"zapomeň na to"
|
|
1632
|
+
]
|
|
1633
|
+
}
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"HassSetPosition": {
|
|
1637
|
+
"data": [
|
|
1638
|
+
{
|
|
1639
|
+
"sentences": [
|
|
1640
|
+
"<nastavit> {name} [na] <pozice>"
|
|
1641
|
+
],
|
|
1642
|
+
"requires_context": {
|
|
1643
|
+
"domain": [
|
|
1644
|
+
"cover",
|
|
1645
|
+
"valve"
|
|
1646
|
+
]
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"sentences": [
|
|
1651
|
+
"<nastavit> [polohu] <area> [na] <pozice>"
|
|
1652
|
+
]
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"sentences": [
|
|
1656
|
+
"<nastavit> [všechny] {cover_classes:device_class} [na] <pozice>"
|
|
1657
|
+
],
|
|
1658
|
+
"slots": {
|
|
1659
|
+
"domain": "cover"
|
|
1660
|
+
},
|
|
1661
|
+
"requires_context": {
|
|
1662
|
+
"area": {
|
|
1663
|
+
"slot": true
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
]
|
|
1668
|
+
},
|
|
514
1669
|
"HassLightSet": {
|
|
515
1670
|
"data": [
|
|
516
1671
|
{
|
|
@@ -533,7 +1688,7 @@
|
|
|
533
1688
|
},
|
|
534
1689
|
{
|
|
535
1690
|
"sentences": [
|
|
536
|
-
"(<nastavit>|<zvysit>|<zmenit>) [jas] <area> na {max:brightness}",
|
|
1691
|
+
"(<nastavit>|<zvysit>|<zmenit>) [jas] <area> [jas] na {max:brightness}",
|
|
537
1692
|
"(<nastavit>|<zvysit>|<zmenit>) [na] {max:brightness} [jas] <area>",
|
|
538
1693
|
"[jas] <area> (<zvysit>|<nastavit>|<zmenit>) [jas] [na] [{max:brightness}] [jas] [{max:brightness}]"
|
|
539
1694
|
],
|
|
@@ -544,14 +1699,16 @@
|
|
|
544
1699
|
},
|
|
545
1700
|
{
|
|
546
1701
|
"sentences": [
|
|
1702
|
+
"(<nastavit>|<zmenit>|<zvysit>) {max:brightness} [jas] [u] {name}",
|
|
547
1703
|
"(<nastavit>|<zmenit>|<zvysit>) [jas] [na] {max:brightness} [jas] [u] {name}",
|
|
1704
|
+
"(<nastavit>|<zmenit>|<zvysit>) [jas] [u] {name} [na] {max:brightness}",
|
|
548
1705
|
"[jas] [u] {name} (<nastavit>|<zvysit>|<zmenit>) [jas] [na] {max:brightness} [jas]"
|
|
549
1706
|
],
|
|
550
1707
|
"response": "brightness"
|
|
551
1708
|
},
|
|
552
1709
|
{
|
|
553
1710
|
"sentences": [
|
|
554
|
-
"(<nastavit>|<zmenit>|<ztlumit>) [jas] <area> na {min:brightness}",
|
|
1711
|
+
"(<nastavit>|<zmenit>|<ztlumit>) [jas] <area> [jas] na {min:brightness}",
|
|
555
1712
|
"(<nastavit>|<zmenit>|<ztlumit>) [na] {min:brightness} [jas] <area>",
|
|
556
1713
|
"[jas] <area> (<nastavit>|<zmenit>|<ztlumit>) [jas] [na] [{min:brightness}] [jas] [{min:brightness}]"
|
|
557
1714
|
],
|
|
@@ -562,14 +1719,30 @@
|
|
|
562
1719
|
},
|
|
563
1720
|
{
|
|
564
1721
|
"sentences": [
|
|
1722
|
+
"(<nastavit>|<zmenit>|<ztlumit>) {min:brightness} [jas] [u] {name}",
|
|
565
1723
|
"(<nastavit>|<zmenit>|<ztlumit>) [jas] [na] {min:brightness} [jas] [u] {name}",
|
|
1724
|
+
"(<nastavit>|<zmenit>|<ztlumit>) [jas] [u] {name} [na] {min:brightness}",
|
|
566
1725
|
"[jas] [u] {name} (<nastavit>|<ztlumit>|<zmenit>) [jas] [na] {min:brightness} [jas]"
|
|
567
1726
|
],
|
|
568
1727
|
"response": "brightness"
|
|
569
1728
|
},
|
|
570
1729
|
{
|
|
571
1730
|
"sentences": [
|
|
572
|
-
"(<nastavit>|<zmenit>)
|
|
1731
|
+
"(<nastavit>|<zmenit>) [jas] <svetla> na <brightness>"
|
|
1732
|
+
],
|
|
1733
|
+
"response": "brightness",
|
|
1734
|
+
"slots": {
|
|
1735
|
+
"brightness": null
|
|
1736
|
+
},
|
|
1737
|
+
"requires_context": {
|
|
1738
|
+
"area": {
|
|
1739
|
+
"slot": true
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"sentences": [
|
|
1745
|
+
"(<nastavit>|<zmenit>) [barvu] {name} [na] {color}",
|
|
573
1746
|
"(<nastavit>|<zmenit>) {name} na {color} [barvu]",
|
|
574
1747
|
"{name} (<zmenit>|<nastavit>) na {color} [barvu]",
|
|
575
1748
|
"Barvu {name} (<zmenit>|<nastavit>) na {color} [barvu]"
|
|
@@ -579,12 +1752,48 @@
|
|
|
579
1752
|
{
|
|
580
1753
|
"sentences": [
|
|
581
1754
|
"(<nastavit>|<zmenit>) {color} [barvu] <area>",
|
|
582
|
-
"(<nastavit>|<zmenit>) <area> na {color} [barvu]",
|
|
583
|
-
"<area> (<zmenit>|<nastavit>) [na] {color} [barvu]",
|
|
1755
|
+
"(<nastavit>|<zmenit>) [barvu] <area> na {color} [barvu]",
|
|
584
1756
|
"<area> (<zmenit>|<nastavit>) barvu na {color}",
|
|
585
|
-
"
|
|
1757
|
+
"<area> (<zmenit>|<nastavit>) [na] {color} [barvu]",
|
|
1758
|
+
"Barvu <area> (<zmenit>|<nastavit>) [na] {color} [barvu]"
|
|
586
1759
|
],
|
|
587
1760
|
"response": "color"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"sentences": [
|
|
1764
|
+
"(<nastavit>|<zmenit>) [barvu] <svetla> na {color}"
|
|
1765
|
+
],
|
|
1766
|
+
"response": "color",
|
|
1767
|
+
"requires_context": {
|
|
1768
|
+
"area": {
|
|
1769
|
+
"slot": true
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
]
|
|
1774
|
+
},
|
|
1775
|
+
"HassMediaNext": {
|
|
1776
|
+
"data": [
|
|
1777
|
+
{
|
|
1778
|
+
"sentences": [
|
|
1779
|
+
"další [trak|stopa|skladba|položka|program] [na] {name}",
|
|
1780
|
+
"přeskoč [[na další|tuto|tento] (písničku|stopu|skladbu|program)] [[na] {name}]"
|
|
1781
|
+
],
|
|
1782
|
+
"requires_context": {
|
|
1783
|
+
"domain": "media_player"
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1788
|
+
"HassMediaPause": {
|
|
1789
|
+
"data": [
|
|
1790
|
+
{
|
|
1791
|
+
"sentences": [
|
|
1792
|
+
"(přeruš[it]|počkat|pozastav[it]) {name}"
|
|
1793
|
+
],
|
|
1794
|
+
"requires_context": {
|
|
1795
|
+
"domain": "media_player"
|
|
1796
|
+
}
|
|
588
1797
|
}
|
|
589
1798
|
]
|
|
590
1799
|
},
|
|
@@ -601,6 +1810,30 @@
|
|
|
601
1810
|
}
|
|
602
1811
|
]
|
|
603
1812
|
},
|
|
1813
|
+
"HassVacuumReturnToBase": {
|
|
1814
|
+
"data": [
|
|
1815
|
+
{
|
|
1816
|
+
"sentences": [
|
|
1817
|
+
"(vrať|vrátit) {name} [na základnu|domů]"
|
|
1818
|
+
],
|
|
1819
|
+
"requires_context": {
|
|
1820
|
+
"domain": "vacuum"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
]
|
|
1824
|
+
},
|
|
1825
|
+
"HassVacuumStart": {
|
|
1826
|
+
"data": [
|
|
1827
|
+
{
|
|
1828
|
+
"sentences": [
|
|
1829
|
+
"(nastart(uj|ovat)|[s]pusť[it]) {name}"
|
|
1830
|
+
],
|
|
1831
|
+
"requires_context": {
|
|
1832
|
+
"domain": "vacuum"
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
]
|
|
1836
|
+
},
|
|
604
1837
|
"HassListAddItem": {
|
|
605
1838
|
"data": [
|
|
606
1839
|
{
|
|
@@ -617,6 +1850,18 @@
|
|
|
617
1850
|
}
|
|
618
1851
|
}
|
|
619
1852
|
]
|
|
1853
|
+
},
|
|
1854
|
+
"HassSetVolume": {
|
|
1855
|
+
"data": [
|
|
1856
|
+
{
|
|
1857
|
+
"sentences": [
|
|
1858
|
+
"[nastav] hlasitost {name} na <volume>"
|
|
1859
|
+
],
|
|
1860
|
+
"requires_context": {
|
|
1861
|
+
"domain": "media_player"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
620
1865
|
}
|
|
621
1866
|
},
|
|
622
1867
|
"responses": {
|
|
@@ -630,11 +1875,13 @@
|
|
|
630
1875
|
},
|
|
631
1876
|
"intents": {
|
|
632
1877
|
"HassGetState": {
|
|
1878
|
+
"default": "{{ state.state_with_unit }}",
|
|
633
1879
|
"one": "{{ slots.name | capitalize }} je {{ state.state_with_unit }}\n",
|
|
634
1880
|
"one_light": "Světlo {{ slots.name | capitalize }} je {{ state.state_with_unit }}\n",
|
|
635
1881
|
"one_scene": "Scéna {{ slots.name | capitalize }} je {{ state.state_with_unit }}\n",
|
|
636
1882
|
"one_cover": "{% set present_continuous = ('je', 'jí', 'rá') %}\n{% set present_simple = ('no', 'ná', 'né') %}\n\n{{ slots.name | capitalize }} {{ 'se' if state.state_with_unit.endswith(present_continuous) else 'je' }} {{ state.state_with_unit }}\n",
|
|
637
1883
|
"one_yesno": "{% set present_continuous = ('je', 'jí', 'rá') %}\n{% set present_simple = ('no', 'ná', 'né') %}\n\n{% if query.matched %}\n Ano\n{% else %}\n Ne, {{ state.state_with_unit }}\n{% endif %}\n",
|
|
1884
|
+
"bs_yesno": "{% if query.matched %}\n Ano\n{% else %}\n Ne\n{% endif %}\n",
|
|
638
1885
|
"any": "{% if query.matched %}\n {% set match = query.matched | map(attribute=\"name\") | sort | list %}\n {% if match | length > 4 %}\n Ano, {{ match[:3] | join(\", \") }} a {{ (match | length - 3) }} další\n {%- else -%}\n Ano,\n {% for name in match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} a {% endif -%}\n {{ name }}\n {%- endfor -%}\n {% endif %}\n{% else %}\n Ne\n{% endif %}\n",
|
|
639
1886
|
"all": "{% if not query.unmatched: %}\n Ano\n{% else %}\n {% set no_match = query.unmatched | map(attribute=\"name\") | sort | list %}\n {% if no_match | length > 4 %}\n Ne, {{ no_match[:3] | join(\", \") }} a {{ (no_match | length - 3) }} další jsou {{ state.state_with_unit }}\n {%- else -%}\n Ne,\n {% if state.state_with_unit == \"home\" %}\n {% set state_with_unit = \"doma\" %}\n {% elif state.state_with_unit == \"not_home\" %}\n {% set state_with_unit = \"mimo domov\" %}\n {% else %}\n {% set state_with_unit = state.state_with_unit %}\n {% endif %}\n {% for name in no_match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} a {% endif -%}\n {{ name }}\n {%- endfor %} {{ 'není' if no_match | length == 1 else 'nejsou'}} {{ state_with_unit }}\n {% endif %}\n{% endif %}\n",
|
|
640
1887
|
"which": "{% if not query.matched %}\n Žádné\n{% else: %}\n {% set match = query.matched | map(attribute=\"name\") | sort | list %}\n {% if match | length > 4 %}\n {{ match[:3] | join(\", \") }} a {{ (match | length - 3) }} další\n {% else %}\n {%- for name in match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} a {% endif -%}\n {{ name }}\n {%- endfor -%}\n {% endif %}\n{% endif %}\n",
|
|
@@ -665,15 +1912,39 @@
|
|
|
665
1912
|
"garage": "Vrata otevřena",
|
|
666
1913
|
"scene": "Scéna aktivována"
|
|
667
1914
|
},
|
|
1915
|
+
"HassMediaPause": {
|
|
1916
|
+
"default": "Zastaveno"
|
|
1917
|
+
},
|
|
668
1918
|
"HassListAddItem": {
|
|
669
1919
|
"item_added": "Přidáno: {{ slots.item }}"
|
|
670
1920
|
},
|
|
1921
|
+
"HassGetWeather": {
|
|
1922
|
+
"default": "{% set weather_condition = {\n 'clear': 'a jasno',\n 'clear-night': 'a jasno',\n 'cloudy': 'a zamračeno',\n 'exceptional': 'a výjímečně',\n 'fog': 's mlhou',\n 'hail': 's kroupami',\n 'lightning': 's bouřkami',\n 'lightning-rainy': 's bouřkami a deštěm',\n 'partlycloudy': 'a částečně zamračeno',\n 'pouring': 'a silný déšť',\n 'rainy': 'a přeháňky',\n 'snowy': 'a sněžení',\n 'snowy-rainy': 'a déšť se sněhem',\n 'sunny': 'a slunečno',\n 'windy': 'a větrno',\n 'windy-variant': 'se silným větrem'\n} %} {{ state.attributes.get('temperature') }} {{ state.attributes.get('temperature_unit') }} {{ weather_condition.get((state.state | string).lower(), \"\") }}\n"
|
|
1923
|
+
},
|
|
671
1924
|
"HassLightSet": {
|
|
672
1925
|
"brightness": "Jas nastaven",
|
|
673
1926
|
"color": "Barva nastavena"
|
|
674
1927
|
},
|
|
1928
|
+
"HassVacuumStart": {
|
|
1929
|
+
"default": "Spuštěno"
|
|
1930
|
+
},
|
|
1931
|
+
"HassMediaUnpause": {
|
|
1932
|
+
"default": "Pokračuji"
|
|
1933
|
+
},
|
|
1934
|
+
"HassSetPosition": {
|
|
1935
|
+
"default": "Pozice nastavena"
|
|
1936
|
+
},
|
|
1937
|
+
"HassMediaNext": {
|
|
1938
|
+
"default": "Hraji další"
|
|
1939
|
+
},
|
|
675
1940
|
"HassClimateGetTemperature": {
|
|
676
1941
|
"default": "{{ state_attr(state.entity_id, 'current_temperature') }}"
|
|
1942
|
+
},
|
|
1943
|
+
"HassSetVolume": {
|
|
1944
|
+
"default": "Hlasitost nastavena"
|
|
1945
|
+
},
|
|
1946
|
+
"HassVacuumReturnToBase": {
|
|
1947
|
+
"default": "Vrací se"
|
|
677
1948
|
}
|
|
678
1949
|
}
|
|
679
1950
|
},
|
|
@@ -881,11 +2152,11 @@
|
|
|
881
2152
|
"bs_door_states": {
|
|
882
2153
|
"values": [
|
|
883
2154
|
{
|
|
884
|
-
"in": "
|
|
2155
|
+
"in": "otevřen(é|á|ý)",
|
|
885
2156
|
"out": "on"
|
|
886
2157
|
},
|
|
887
2158
|
{
|
|
888
|
-
"in": "
|
|
2159
|
+
"in": "zavřen(é|á|ý)",
|
|
889
2160
|
"out": "off"
|
|
890
2161
|
}
|
|
891
2162
|
]
|
|
@@ -893,11 +2164,11 @@
|
|
|
893
2164
|
"bs_garage_door_states": {
|
|
894
2165
|
"values": [
|
|
895
2166
|
{
|
|
896
|
-
"in": "
|
|
2167
|
+
"in": "otevřen(é|á|ý)",
|
|
897
2168
|
"out": "on"
|
|
898
2169
|
},
|
|
899
2170
|
{
|
|
900
|
-
"in": "
|
|
2171
|
+
"in": "zavřen(é|á|ý)",
|
|
901
2172
|
"out": "off"
|
|
902
2173
|
}
|
|
903
2174
|
]
|
|
@@ -953,11 +2224,11 @@
|
|
|
953
2224
|
"bs_moisture_states": {
|
|
954
2225
|
"values": [
|
|
955
2226
|
{
|
|
956
|
-
"in": "
|
|
2227
|
+
"in": "vlhk(é|ý)",
|
|
957
2228
|
"out": "on"
|
|
958
2229
|
},
|
|
959
2230
|
{
|
|
960
|
-
"in": "
|
|
2231
|
+
"in": "such(é|ý)",
|
|
961
2232
|
"out": "off"
|
|
962
2233
|
}
|
|
963
2234
|
]
|
|
@@ -977,11 +2248,11 @@
|
|
|
977
2248
|
"bs_occupancy_states": {
|
|
978
2249
|
"values": [
|
|
979
2250
|
{
|
|
980
|
-
"in": "
|
|
2251
|
+
"in": "přítomn(ý|ost)",
|
|
981
2252
|
"out": "on"
|
|
982
2253
|
},
|
|
983
2254
|
{
|
|
984
|
-
"in": "
|
|
2255
|
+
"in": "nepřítomn(ý|ost)",
|
|
985
2256
|
"out": "off"
|
|
986
2257
|
}
|
|
987
2258
|
]
|
|
@@ -989,11 +2260,11 @@
|
|
|
989
2260
|
"bs_opening_states": {
|
|
990
2261
|
"values": [
|
|
991
2262
|
{
|
|
992
|
-
"in": "
|
|
2263
|
+
"in": "otevřen(ý|ých|y|o|é)",
|
|
993
2264
|
"out": "on"
|
|
994
2265
|
},
|
|
995
2266
|
{
|
|
996
|
-
"in": "
|
|
2267
|
+
"in": "zavřen(ý|ých|y|o|é)",
|
|
997
2268
|
"out": "off"
|
|
998
2269
|
}
|
|
999
2270
|
]
|
|
@@ -1172,6 +2443,20 @@
|
|
|
1172
2443
|
"to": 100
|
|
1173
2444
|
}
|
|
1174
2445
|
},
|
|
2446
|
+
"position": {
|
|
2447
|
+
"range": {
|
|
2448
|
+
"type": "percentage",
|
|
2449
|
+
"from": 0,
|
|
2450
|
+
"to": 100
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
"volume": {
|
|
2454
|
+
"range": {
|
|
2455
|
+
"type": "percentage",
|
|
2456
|
+
"from": 0,
|
|
2457
|
+
"to": 100
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
1175
2460
|
"temperature_unit": {
|
|
1176
2461
|
"values": [
|
|
1177
2462
|
"celsia",
|
|
@@ -1199,12 +2484,14 @@
|
|
|
1199
2484
|
"vypnout": "(vypni|vypnout|zastavit|zastav)",
|
|
1200
2485
|
"rozsvitit": "(rozsviť|rozsvítit|rožn(i|out))",
|
|
1201
2486
|
"zhasnout": "(zhasni|zhasnout)",
|
|
1202
|
-
"svetla": "(
|
|
2487
|
+
"svetla": "(svět(lo|el)|[všech[na] ]svět(la|el))",
|
|
1203
2488
|
"nastavit": "(nastav|nastavit)",
|
|
1204
2489
|
"zmenit": "(změň|změnit)",
|
|
1205
2490
|
"ztlumit": "(ztlu(m|it)|snížit|sniž)",
|
|
1206
2491
|
"zvysit": "zv(yš|ýšit)",
|
|
1207
2492
|
"teplota": "{temperature}[°| stupňů] [{temperature_unit}]",
|
|
2493
|
+
"pozice": "{position}[[ ]%| procent]",
|
|
2494
|
+
"volume": "{volume:volume_level}[[ ]%| procent]",
|
|
1208
2495
|
"brightness": "[na] {brightness}[%| procent]",
|
|
1209
2496
|
"zavrit": "(zavři|zavřít)",
|
|
1210
2497
|
"otevrit": "(otevři|otevřít)",
|
|
@@ -1212,7 +2499,13 @@
|
|
|
1212
2499
|
"zatahnout": "zatáhn(out|i)",
|
|
1213
2500
|
"ktere": "(kter(á|é)|jak(é|á))",
|
|
1214
2501
|
"prejit": "(přejít|přejdi)",
|
|
1215
|
-
"
|
|
2502
|
+
"je_jsou": "(je|jsou)",
|
|
2503
|
+
"v": "(v|ve|na)",
|
|
2504
|
+
"y_ej": "(ý|ej)",
|
|
2505
|
+
"y_e": "(ý|é)",
|
|
2506
|
+
"koncentrace": "(úroveň|množství|koncentrace)",
|
|
2507
|
+
"jaky_je": "(jak<y_e> (je|bude)|jaká (je|bude)|jakou|jaká|jak|kolik|kolik (je|bude))",
|
|
2508
|
+
"jaka_je_class_of_name": "(\n <jaky_je> <class> [(je|byla)] [[(na|z)]měřen(á|ý|é)] [(na|na sen(z|s)oru|sen(z|s)orem)] {name} [<area>]\n |<jaky_je> <area> <class> (na|z)měřen(á|ý) [(na sen(z|s)oru|sen(z|s)orem)] {name}\n )\n"
|
|
1216
2509
|
},
|
|
1217
2510
|
"skip_words": [
|
|
1218
2511
|
"prosím"
|