home-assistant-intents 2025.8.27__py3-none-any.whl → 2025.9.3__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/ca.json +187 -2
- home_assistant_intents/data/de.json +43 -46
- home_assistant_intents/data/en.json +49 -6
- home_assistant_intents/data/es.json +22 -2
- home_assistant_intents/data/hi.json +70 -3
- home_assistant_intents/data/ne.json +354 -59
- home_assistant_intents/data/nl.json +203 -1
- home_assistant_intents/data/pt-BR.json +7 -4
- home_assistant_intents/data/ro.json +6 -6
- home_assistant_intents/data/sr.json +74 -0
- home_assistant_intents/fuzzy/config.json +35 -23
- home_assistant_intents/fuzzy/en/ngram/lawn_mower_HassLawnMowerDock.db +0 -0
- home_assistant_intents/fuzzy/en/ngram/lawn_mower_HassLawnMowerDock.json +23 -0
- home_assistant_intents/fuzzy/en/ngram/lawn_mower_HassLawnMowerStartMowing.db +0 -0
- home_assistant_intents/fuzzy/en/ngram/lawn_mower_HassLawnMowerStartMowing.json +19 -0
- {home_assistant_intents-2025.8.27.dist-info → home_assistant_intents-2025.9.3.dist-info}/METADATA +1 -1
- {home_assistant_intents-2025.8.27.dist-info → home_assistant_intents-2025.9.3.dist-info}/RECORD +20 -16
- {home_assistant_intents-2025.8.27.dist-info → home_assistant_intents-2025.9.3.dist-info}/WHEEL +0 -0
- {home_assistant_intents-2025.8.27.dist-info → home_assistant_intents-2025.9.3.dist-info}/licenses/LICENSE.md +0 -0
- {home_assistant_intents-2025.8.27.dist-info → home_assistant_intents-2025.9.3.dist-info}/top_level.txt +0 -0
|
@@ -304,6 +304,178 @@
|
|
|
304
304
|
"quant[e]s {on_off_domains:domain} hi ha {on_off_states:state} [<area>]"
|
|
305
305
|
],
|
|
306
306
|
"response": "how_many"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"sentences": [
|
|
310
|
+
"<esta_hiha> {bs_open_close_states:state} [<pronom> ]{name}[ [<preposicio>]{area}]",
|
|
311
|
+
"[<pronom> ]{name}[ [<preposicio>]{area}] <esta_hiha> {bs_open_close_states:state}",
|
|
312
|
+
"<esta_hiha> [<pronom> ]{name}[ [<preposicio>]{area}] {bs_open_close_states:state}"
|
|
313
|
+
],
|
|
314
|
+
"response": "one_yesno",
|
|
315
|
+
"requires_context": {
|
|
316
|
+
"domain": "binary_sensor",
|
|
317
|
+
"device_class": "window"
|
|
318
|
+
},
|
|
319
|
+
"slots": {
|
|
320
|
+
"domain": "binary_sensor",
|
|
321
|
+
"device_class": "window"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"sentences": [
|
|
326
|
+
"<esta_hiha> totes les finestres {bs_open_close_states:state}[ <area>]"
|
|
327
|
+
],
|
|
328
|
+
"response": "all",
|
|
329
|
+
"slots": {
|
|
330
|
+
"domain": "binary_sensor",
|
|
331
|
+
"device_class": "window"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"sentences": [
|
|
336
|
+
"quines finestres <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
337
|
+
"quines finestres {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
338
|
+
],
|
|
339
|
+
"response": "which",
|
|
340
|
+
"slots": {
|
|
341
|
+
"domain": "binary_sensor",
|
|
342
|
+
"device_class": "window"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"sentences": [
|
|
347
|
+
"quantes finestres <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
348
|
+
"quantes finestres {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
349
|
+
],
|
|
350
|
+
"response": "how_many",
|
|
351
|
+
"slots": {
|
|
352
|
+
"domain": "binary_sensor",
|
|
353
|
+
"device_class": "window"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"sentences": [
|
|
358
|
+
"<esta_hiha> {bs_open_close_states:state} [<pronom> ]{name}[ [<preposicio>]{area}]",
|
|
359
|
+
"[<pronom> ]{name}[ [<preposicio>]{area}] <esta_hiha> {bs_open_close_states:state}",
|
|
360
|
+
"<esta_hiha> [<pronom> ]{name}[ [<preposicio>]{area}] {bs_open_close_states:state}"
|
|
361
|
+
],
|
|
362
|
+
"response": "one_yesno",
|
|
363
|
+
"requires_context": {
|
|
364
|
+
"domain": "binary_sensor",
|
|
365
|
+
"device_class": "door"
|
|
366
|
+
},
|
|
367
|
+
"slots": {
|
|
368
|
+
"domain": "binary_sensor",
|
|
369
|
+
"device_class": "door"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"sentences": [
|
|
374
|
+
"<esta_hiha> totes les portes {bs_open_close_states:state}[ <area>]"
|
|
375
|
+
],
|
|
376
|
+
"response": "all",
|
|
377
|
+
"slots": {
|
|
378
|
+
"domain": "binary_sensor",
|
|
379
|
+
"device_class": "door"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"sentences": [
|
|
384
|
+
"quines portes <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
385
|
+
"quines portes {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
386
|
+
],
|
|
387
|
+
"response": "which",
|
|
388
|
+
"slots": {
|
|
389
|
+
"domain": "binary_sensor",
|
|
390
|
+
"device_class": "door"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"sentences": [
|
|
395
|
+
"quantes portes <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
396
|
+
"quantes portes {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
397
|
+
],
|
|
398
|
+
"response": "how_many",
|
|
399
|
+
"slots": {
|
|
400
|
+
"domain": "binary_sensor",
|
|
401
|
+
"device_class": "door"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"sentences": [
|
|
406
|
+
"<esta_hiha> {bs_open_close_states:state} [<pronom> ]{name}[ [<preposicio>]{area}]",
|
|
407
|
+
"[<pronom> ]{name}[ [<preposicio>]{area}] <esta_hiha> {bs_open_close_states:state}",
|
|
408
|
+
"<esta_hiha> [<pronom> ]{name}[ [<preposicio>]{area}] {bs_open_close_states:state}"
|
|
409
|
+
],
|
|
410
|
+
"response": "one_yesno",
|
|
411
|
+
"requires_context": {
|
|
412
|
+
"domain": "binary_sensor",
|
|
413
|
+
"device_class": "garage_door"
|
|
414
|
+
},
|
|
415
|
+
"slots": {
|
|
416
|
+
"domain": "binary_sensor",
|
|
417
|
+
"device_class": "garage_door"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"sentences": [
|
|
422
|
+
"<esta_hiha> {bs_open_close_states:state} [<pronom> ]{name}[ [<preposicio>]{area}]",
|
|
423
|
+
"[<pronom> ]{name}[ [<preposicio>]{area}] <esta_hiha> {bs_open_close_states:state}",
|
|
424
|
+
"<esta_hiha> [<pronom> ]{name}[ [<preposicio>]{area}] {bs_open_close_states:state}"
|
|
425
|
+
],
|
|
426
|
+
"response": "one_yesno",
|
|
427
|
+
"requires_context": {
|
|
428
|
+
"domain": "binary_sensor",
|
|
429
|
+
"device_class": "opening"
|
|
430
|
+
},
|
|
431
|
+
"slots": {
|
|
432
|
+
"domain": "binary_sensor",
|
|
433
|
+
"device_class": "opening"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"sentences": [
|
|
438
|
+
"<esta_hiha> [algun(a|es) ]obertur(a|es) {bs_open_close_states:state}[ <area>]",
|
|
439
|
+
"<esta_hiha> {bs_open_close_states:state}[ algun(a|es)] obertur(a|es)[ <area>]"
|
|
440
|
+
],
|
|
441
|
+
"response": "any",
|
|
442
|
+
"slots": {
|
|
443
|
+
"domain": "binary_sensor",
|
|
444
|
+
"device_class": "opening"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"sentences": [
|
|
449
|
+
"<esta_hiha> totes les obertures {bs_open_close_states:state}[ <area>]",
|
|
450
|
+
"<esta_hiha> {bs_open_close_states:state}[s] totes les obertures[ <area>]"
|
|
451
|
+
],
|
|
452
|
+
"response": "all",
|
|
453
|
+
"slots": {
|
|
454
|
+
"domain": "binary_sensor",
|
|
455
|
+
"device_class": "opening"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"sentences": [
|
|
460
|
+
"quines obertures <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
461
|
+
"quines obertures {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
462
|
+
],
|
|
463
|
+
"response": "which",
|
|
464
|
+
"slots": {
|
|
465
|
+
"domain": "binary_sensor",
|
|
466
|
+
"device_class": "opening"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"sentences": [
|
|
471
|
+
"quantes obertures <esta_hiha> {bs_open_close_states:state}[ <area>]",
|
|
472
|
+
"quantes obertures {bs_open_close_states:state} <esta_hiha>[ <area>]"
|
|
473
|
+
],
|
|
474
|
+
"response": "how_many",
|
|
475
|
+
"slots": {
|
|
476
|
+
"domain": "binary_sensor",
|
|
477
|
+
"device_class": "opening"
|
|
478
|
+
}
|
|
307
479
|
}
|
|
308
480
|
]
|
|
309
481
|
},
|
|
@@ -1217,7 +1389,7 @@
|
|
|
1217
1389
|
"intents": {
|
|
1218
1390
|
"HassGetState": {
|
|
1219
1391
|
"one": "L'estat del dispositiu {{ slots.name | capitalize }} és {{ state.state_with_unit }}\n",
|
|
1220
|
-
"one_yesno": "{% if query.matched %}\n Si\n{% else %}\n No, és {{ state.state_with_unit }}\n{% endif %}\n",
|
|
1392
|
+
"one_yesno": "{% set negation = {\n \"window\": \"està\",\n \"door\": \"està\"\n} %}\n{% if query.matched %}\n Si\n{% else %}\n No, {{ negation.get(slots.device_class, \"és\") }} {{ state.state_with_unit }}\n{% endif %}\n",
|
|
1221
1393
|
"any": "{% if query.matched %}\n {% set match = query.matched | map(attribute=\"name\") | sort | list %}\n {% if match | length > 4 %}\n Si, {{ match[:3] | join(\", \") }} i uns altres {{ (match | length - 3) }} més\n {%- else -%}\n Si,\n {% for name in match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} i {% endif -%}\n {{ name }}\n {%- endfor -%}\n {% endif %}\n{% else %}\n No\n{% endif %}\n",
|
|
1222
1394
|
"all": "{% if not query.unmatched: %}\n Si\n{% else %}\n {% set no_match = query.unmatched | map(attribute=\"name\") | sort | list %}\n {% if no_match | length > 4 %}\n No, ni {{ no_match[:3] | join(\", \") }} ni els altres {{ (no_match | length - 3) }} ho són\n {% elif no_match | length == 1 %}\n No, el dispositiu {{ no_match|first }} no\n {%- else -%}\n No, ni\n {% for name in no_match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} ni {% endif -%}\n {{ name }}\n {%- endfor %}\n {% endif %}\n{% endif %}\n",
|
|
1223
1395
|
"which": "{% if not query.matched %}\n Cap dispositiu\n{% else: %}\n {% set match = query.matched | map(attribute=\"name\") | sort | list %}\n {% if match | length > 4 %}\n {{ match[:3] | join(\", \") }} i uns altres {{ (match | length - 3) }} més\n {% else %}\n {%- for name in match -%}\n {% if not loop.first and not loop.last %}, {% elif loop.last and not loop.first %} i {% endif -%}\n {{ name }}\n {%- endfor -%}\n {% endif %}\n{% endif %}\n",
|
|
@@ -1282,7 +1454,7 @@
|
|
|
1282
1454
|
"default": "Reproduint l'anterior"
|
|
1283
1455
|
},
|
|
1284
1456
|
"HassGetWeather": {
|
|
1285
|
-
"default": "{% set weather_condition = {\n 'clear': 'Cel clar',\n 'clear-night': 'Cel clar',\n 'cloudy': 'Cel ennuvolat',\n 'exceptional': 'Clima excepcionalment advers',\n 'fog': 'Boira',\n 'hail': 'Precipitacions de calamarsa',\n 'lightning': 'Tempesta',\n 'lightning-rainy': 'Pluja i tempesta',\n 'partlycloudy': 'Cels parcialment ennuvolats',\n 'pouring': 'Plugim',\n 'rainy': 'Pluja',\n 'snowy': 'Precipitacions de neu',\n 'snowy-rainy': 'Precipitacions de aiguaneu',\n 'sunny': 'Sol',\n 'windy': 'Vent',\n 'windy-variant': 'Vent i núvols'\n} %}
|
|
1457
|
+
"default": "{% set weather_condition = {\n 'clear': 'Cel clar',\n 'clear-night': 'Cel clar',\n 'cloudy': 'Cel ennuvolat',\n 'exceptional': 'Clima excepcionalment advers',\n 'fog': 'Boira',\n 'hail': 'Precipitacions de calamarsa',\n 'lightning': 'Tempesta',\n 'lightning-rainy': 'Pluja i tempesta',\n 'partlycloudy': 'Cels parcialment ennuvolats',\n 'pouring': 'Plugim',\n 'rainy': 'Pluja',\n 'snowy': 'Precipitacions de neu',\n 'snowy-rainy': 'Precipitacions de aiguaneu',\n 'sunny': 'Sol',\n 'windy': 'Vent',\n 'windy-variant': 'Vent i núvols'\n} %} {% set weather_condition = weather_condition.get((state.state | string).lower(), \"\") %} {% set temperature_raw = state.attributes.get('temperature') | float %} {% set temperature = temperature_raw | abs | round(1) | replace('.0', '') | replace('.',',') %} {% set temperature_units = 'grau' if temperature_raw | abs == 1 else 'graus' %} {% set temperature_negative = 'sota zero' if temperature_raw < 0 else '' %} {{ weather_condition }}, amb una temperatura de {{ temperature }} {{ temperature_units }} {{ temperature_negative }}\n"
|
|
1286
1458
|
},
|
|
1287
1459
|
"HassLightSet": {
|
|
1288
1460
|
"brightness": "Brillantor de {{ slots.name }} posat a {{ slots.brightness }}",
|
|
@@ -1658,6 +1830,18 @@
|
|
|
1658
1830
|
"to": 100,
|
|
1659
1831
|
"multiplier": -1
|
|
1660
1832
|
}
|
|
1833
|
+
},
|
|
1834
|
+
"bs_open_close_states": {
|
|
1835
|
+
"values": [
|
|
1836
|
+
{
|
|
1837
|
+
"in": "obert[a|s|es]",
|
|
1838
|
+
"out": "on"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"in": "tanca(t|ts|da|des)",
|
|
1842
|
+
"out": "off"
|
|
1843
|
+
}
|
|
1844
|
+
]
|
|
1661
1845
|
}
|
|
1662
1846
|
},
|
|
1663
1847
|
"expansion_rules": {
|
|
@@ -1710,6 +1894,7 @@
|
|
|
1710
1894
|
"torna_a": "(torna[r] a)",
|
|
1711
1895
|
"can_you": "[pots|podries]",
|
|
1712
1896
|
"volum": "(volum|so|veu)",
|
|
1897
|
+
"esta_hiha": "est(à|an)|hi ha[n]",
|
|
1713
1898
|
"temporitzador": "(temporitzador|compte enrere|minuter|cronòmetre)",
|
|
1714
1899
|
"timer_set": "(posa|crea|comença|inicia|activa|programa|fixa|estableix|engega|<timer_set_typos>)[r|t|'m]",
|
|
1715
1900
|
"timer_set_typos": "(cosa)",
|
|
@@ -1665,17 +1665,19 @@
|
|
|
1665
1665
|
"füge <item>[ (zu|zum)] <mein_einkauf_dativ> hinzu",
|
|
1666
1666
|
"füge[ (zu|zur)] <meine_liste_dativ> <item> hinzu",
|
|
1667
1667
|
"füge[ (zu|zum)] <mein_einkauf_dativ> <item> hinzu",
|
|
1668
|
-
"(setz[e]|schreib[e]|nehme|nimm) <item> (auf|in) <meine_liste_akkusativ>",
|
|
1669
|
-
"<item> (auf|in) <
|
|
1668
|
+
"(setz[e]|schreib[e]|nehme|nimm|pack[e]) <item> (auf|in) <meine_liste_akkusativ>",
|
|
1669
|
+
"ergänze <item> (auf|in) <meine_liste_dativ>",
|
|
1670
|
+
"<item> (auf|in) <meine_liste_akkusativ>[ (setzen|schreiben|nehmen|packen)]",
|
|
1671
|
+
"<item> (auf|in) <meine_liste_dativ> ergänzen",
|
|
1670
1672
|
"<item>[ (zu|zur)] <meine_liste_dativ> hinzufügen",
|
|
1671
1673
|
"<item>[ (zu|zum)] <mein_einkauf_dativ> hinzufügen",
|
|
1672
1674
|
"<item>[ (auf|in)] <meine_liste_akkusativ> hinzufügen"
|
|
1673
1675
|
],
|
|
1674
1676
|
"response": "item_added",
|
|
1675
1677
|
"expansion_rules": {
|
|
1676
|
-
"mein_einkauf_dativ": "[(meinem|dem) ]Einkauf",
|
|
1677
|
-
"meine_liste_dativ": "[(meiner|der) ][Einkaufs]Liste",
|
|
1678
|
-
"meine_liste_akkusativ": "[(meine|die) ][Einkaufs]Liste",
|
|
1678
|
+
"mein_einkauf_dativ": "[(meinem|unserem|dem) ]Einkauf",
|
|
1679
|
+
"meine_liste_dativ": "[(meiner|unserer|der) ][Einkaufs[ ]]Liste",
|
|
1680
|
+
"meine_liste_akkusativ": "[(meine|unsere|die) ][Einkaufs[ ]]Liste",
|
|
1679
1681
|
"item": "{shopping_list_item:item}"
|
|
1680
1682
|
}
|
|
1681
1683
|
}
|
|
@@ -1797,20 +1799,20 @@
|
|
|
1797
1799
|
"data": [
|
|
1798
1800
|
{
|
|
1799
1801
|
"sentences": [
|
|
1800
|
-
"<setze> [die ]Helligkeit[
|
|
1801
|
-
"<stelle> [die ]Helligkeit[
|
|
1802
|
-
"[die ]Helligkeit[
|
|
1803
|
-
"dimme[ [die ]Helligkeit[
|
|
1802
|
+
"<setze> [die ]Helligkeit[ (von|vom)] <name>[ auf] <brightness>",
|
|
1803
|
+
"<stelle> [die ]Helligkeit[ (von|vom)] <name>[ auf] <brightness>[ ein]",
|
|
1804
|
+
"[die ]Helligkeit[ (von|vom)] <name>[ auf] <brightness>[ (<setzen_end_of_sentence>|dimmen)]",
|
|
1805
|
+
"dimme[ [die ]Helligkeit[ (von|vom)]] <name>[ (auf|zu)] <brightness>",
|
|
1804
1806
|
"<name>[ (auf|zu)] <brightness>[ dimmen]",
|
|
1805
1807
|
"<name> Helligkeit[ (auf|zu)] <brightness>",
|
|
1806
|
-
"
|
|
1808
|
+
"<setze> <name> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)]",
|
|
1807
1809
|
"<stelle> <name> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)][ ein]",
|
|
1808
1810
|
"<name> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)][ (<setzen_end_of_sentence>|dimmen)]",
|
|
1809
|
-
"<setze> [die ]Helligkeit[
|
|
1810
|
-
"<stelle> [die ]Helligkeit[
|
|
1811
|
-
"[die ]Helligkeit[
|
|
1811
|
+
"<setze> [die ]Helligkeit[ (von|vom)] <name> auf [(die|das) ]{brightness_level:brightness}[ Stufe]",
|
|
1812
|
+
"<stelle> [die ]Helligkeit[ (von|vom)] <name> auf [(die|das) ]{brightness_level:brightness}[ Stufe][ ein]",
|
|
1813
|
+
"[die ]Helligkeit[ (von|vom)] <name>[ auf[ (die|das)]] {brightness_level:brightness}[ Stufe][ (<setzen_end_of_sentence>|dimmen)]",
|
|
1812
1814
|
"<name> {brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)]",
|
|
1813
|
-
"<name> Helligkeit {brightness_level:brightness} Stufe"
|
|
1815
|
+
"<name> Helligkeit {brightness_level:brightness}[ Stufe]"
|
|
1814
1816
|
],
|
|
1815
1817
|
"requires_context": {
|
|
1816
1818
|
"domain": "light"
|
|
@@ -1819,29 +1821,29 @@
|
|
|
1819
1821
|
},
|
|
1820
1822
|
{
|
|
1821
1823
|
"sentences": [
|
|
1822
|
-
"
|
|
1823
|
-
"
|
|
1824
|
-
"[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor> auf <brightness>
|
|
1824
|
+
"<setze> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor> auf <brightness>",
|
|
1825
|
+
"[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor>[ auf] <brightness>",
|
|
1826
|
+
"<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor> auf <brightness>[ ein]",
|
|
1827
|
+
"[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor> auf <brightness> (<setzen_end_of_sentence>|dimmen)",
|
|
1825
1828
|
"dimme[ (<licht>|<lichter>|<alle_lichter>)] <area_floor>[ (auf|zu)] <brightness>",
|
|
1826
1829
|
"[(<licht>|<lichter>|<alle_lichter>) ]<area_floor>[ (auf|zu)] <brightness> dimmen",
|
|
1827
|
-
"<area_floor> [auf ]{brightness_level_max:brightness}",
|
|
1828
1830
|
"[<setze> ]<area_floor> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)]",
|
|
1829
1831
|
"<stelle> <area_floor> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)][ ein]",
|
|
1830
1832
|
"<area_floor> auf [(die|das) ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)] (<setzen_end_of_sentence>|dimmen)",
|
|
1831
1833
|
"<setze> [die ]Helligkeit <area_floor> auf [(die|das) ]{brightness_level:brightness}[ Stufe]",
|
|
1832
1834
|
"<stelle> [die ]Helligkeit <area_floor> auf [(die|das) ]{brightness_level:brightness}[ Stufe][ ein]",
|
|
1833
1835
|
"[die ]Helligkeit <area_floor>[ auf[ (die|das)]] {brightness_level:brightness}[ Stufe][ (<setzen_end_of_sentence>|dimmen)]",
|
|
1834
|
-
"<area_floor> {brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)]",
|
|
1835
|
-
"<area_floor> Helligkeit {brightness_level:brightness} Stufe"
|
|
1836
|
+
"<area_floor> [auf ]{brightness_level:brightness}[ (Helligkeit[sstufe]|Stufe)]",
|
|
1837
|
+
"<area_floor> Helligkeit {brightness_level:brightness}[ Stufe]"
|
|
1836
1838
|
],
|
|
1837
1839
|
"response": "brightness"
|
|
1838
1840
|
},
|
|
1839
1841
|
{
|
|
1840
1842
|
"sentences": [
|
|
1841
1843
|
"[<setze> ][die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>][ auf] <brightness>",
|
|
1842
|
-
"<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>]
|
|
1844
|
+
"<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>] auf <brightness>[ ein]",
|
|
1843
1845
|
"[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>] auf <brightness> (<setzen_end_of_sentence>|dimmen)",
|
|
1844
|
-
"dimme[ (<licht>|<lichter>|<alle_lichter>)][ <hier>]
|
|
1846
|
+
"dimme[ (<licht>|<lichter>|<alle_lichter>)][ <hier>] (auf|zu) <brightness>",
|
|
1845
1847
|
"[(<licht>|<lichter>|<alle_lichter>) ][<hier> ](auf|zu) <brightness> dimmen"
|
|
1846
1848
|
],
|
|
1847
1849
|
"response": "brightness",
|
|
@@ -1853,10 +1855,10 @@
|
|
|
1853
1855
|
},
|
|
1854
1856
|
{
|
|
1855
1857
|
"sentences": [
|
|
1856
|
-
"[<setze> ][[die ]Farbe[
|
|
1857
|
-
"<stelle> [[die ]Farbe[
|
|
1858
|
-
"(änder[e]|veränder[e]) [[die ]Farbe[
|
|
1859
|
-
"[
|
|
1858
|
+
"[<setze> ][[die ]Farbe[ (von|vom)] ]<name>[ auf] {color}",
|
|
1859
|
+
"<stelle> [[die ]Farbe[ (von|vom)] ]<name>[ auf] {color}[ ein]",
|
|
1860
|
+
"(änder[e]|veränder[e]) [[die ]Farbe[ (von|vom)] ]<name> zu {color}",
|
|
1861
|
+
"[die ]Farbe[ (von|vom)] <name>[ (auf|zu)] {color} <setzen_end_of_sentence>",
|
|
1860
1862
|
"<name>[ Farbe][ (auf|zu)] {color}[ <setzen_end_of_sentence>]",
|
|
1861
1863
|
"Lass[e] <name> {color}[ er]leuchten",
|
|
1862
1864
|
"<name> {color} <leuchten_lassen>",
|
|
@@ -1869,9 +1871,10 @@
|
|
|
1869
1871
|
},
|
|
1870
1872
|
{
|
|
1871
1873
|
"sentences": [
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
"
|
|
1874
|
+
"<setze> [(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ]<area_floor> auf {color}",
|
|
1875
|
+
"[(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ]<area_floor>[ auf] {color}",
|
|
1876
|
+
"<stelle> [(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ]<area_floor>[ auf] {color}[ ein]",
|
|
1877
|
+
"(änder[e]|veränder[e]) (<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) <area_floor> zu {color}",
|
|
1875
1878
|
"[die ]Farbe[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor>[ (auf|zu)] {color} <setzen_end_of_sentence>",
|
|
1876
1879
|
"[(<licht>|<lichter>|<alle_lichter>) ]<area_floor> [die ]Farbe[ (auf|zu)] {color}[ <setzen_end_of_sentence>]",
|
|
1877
1880
|
"[(<licht>|<lichter>|<alle_lichter>) ]<area_floor> [([in ]Farbe|in) ]{color} <leuchten_lassen>",
|
|
@@ -1881,13 +1884,13 @@
|
|
|
1881
1884
|
},
|
|
1882
1885
|
{
|
|
1883
1886
|
"sentences": [
|
|
1884
|
-
"[<setze> ][(<licht>|[
|
|
1885
|
-
"<stelle> [(<licht>|[
|
|
1886
|
-
"(änder[e]|veränder[e]) (<licht>|[
|
|
1887
|
+
"[<setze> ][(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ][<hier> ][auf ]{color}",
|
|
1888
|
+
"<stelle> [(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ][<hier> ][auf ]{color}[ ein]",
|
|
1889
|
+
"(änder[e]|veränder[e]) (<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>)[ <hier>] zu {color}",
|
|
1887
1890
|
"[die ]Farbe[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>][ (auf|zu)] {color} <setzen_end_of_sentence>",
|
|
1888
1891
|
"[(<licht>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>) ][<hier> ]Farbe[ (auf|zu)] {color}[ <setzen_end_of_sentence>]",
|
|
1889
1892
|
"[(<licht>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>) ][<hier> ][Farbe ]{color} <leuchten_lassen>",
|
|
1890
|
-
"Färbe (<licht>|<lichter>|<alle_lichter>)[ <hier>] {color}[ ein]"
|
|
1893
|
+
"Färbe ((<licht>|<lichter>|<alle_lichter>)[ <hier>]|(den|diesen) Raum) {color}[ ein]"
|
|
1891
1894
|
],
|
|
1892
1895
|
"response": "color",
|
|
1893
1896
|
"requires_context": {
|
|
@@ -2283,18 +2286,20 @@
|
|
|
2283
2286
|
"sentences": [
|
|
2284
2287
|
"füge <item>[ (zu|zur|zum)] <meine_liste_dativ> hinzu",
|
|
2285
2288
|
"füge[ (zu|zur|zum)] <meine_liste_dativ> <item> hinzu",
|
|
2286
|
-
"(setz[e]|schreib[e]|nehme|nimm) <item> (auf|in) <meine_liste_akkusativ>",
|
|
2287
|
-
"<item> (auf|in) <
|
|
2289
|
+
"(setz[e]|schreib[e]|nehme|nimm|pack[e]) <item> (auf|in) <meine_liste_akkusativ>",
|
|
2290
|
+
"ergänze <item> (auf|in) <meine_liste_dativ>",
|
|
2291
|
+
"<item> (auf|in) <meine_liste_akkusativ>[ (setzen|schreiben|nehmen|packen)]",
|
|
2288
2292
|
"<item>[ (zu|zur|zum)] <meine_liste_dativ> hinzufügen",
|
|
2289
|
-
"<item>[ (auf|in)] <meine_liste_akkusativ> hinzufügen"
|
|
2293
|
+
"<item>[ (auf|in)] <meine_liste_akkusativ> hinzufügen",
|
|
2294
|
+
"<item> (auf|in) <meine_liste_dativ> ergänzen"
|
|
2290
2295
|
],
|
|
2291
2296
|
"response": "item_added",
|
|
2292
2297
|
"requires_context": {
|
|
2293
2298
|
"domain": "todo"
|
|
2294
2299
|
},
|
|
2295
2300
|
"expansion_rules": {
|
|
2296
|
-
"meine_liste_dativ": "[(meiner|der) ]({name}[ Liste]|[Liste ]{name})",
|
|
2297
|
-
"meine_liste_akkusativ": "[(meine|die) ]({name}[ Liste]|[Liste ]{name})",
|
|
2301
|
+
"meine_liste_dativ": "[(meiner|unserer|der) ]({name}[( |s[ ])Liste]|[Liste ]{name})",
|
|
2302
|
+
"meine_liste_akkusativ": "[(meine|unsere|die) ]({name}[( |s[ ])Liste]|[Liste ]{name})",
|
|
2298
2303
|
"item": "{todo_list_item:item}"
|
|
2299
2304
|
}
|
|
2300
2305
|
}
|
|
@@ -2858,14 +2863,6 @@
|
|
|
2858
2863
|
}
|
|
2859
2864
|
]
|
|
2860
2865
|
},
|
|
2861
|
-
"brightness_level_max": {
|
|
2862
|
-
"values": [
|
|
2863
|
-
{
|
|
2864
|
-
"in": "(hell[ste Stufe]|(maximale|volle|grö(ss|ß)te|höchste) Helligkeit[sstufe]|Helligkeit ((maxim(al|um)|voll)|(maximale|volle|grö(ss|ß)te|höchste) Stufe))",
|
|
2865
|
-
"out": 100
|
|
2866
|
-
}
|
|
2867
|
-
]
|
|
2868
|
-
},
|
|
2869
2866
|
"cover_states": {
|
|
2870
2867
|
"values": [
|
|
2871
2868
|
{
|
|
@@ -3066,6 +3066,25 @@
|
|
|
3066
3066
|
}
|
|
3067
3067
|
]
|
|
3068
3068
|
},
|
|
3069
|
+
"HassLawnMowerDock": {
|
|
3070
|
+
"data": [
|
|
3071
|
+
{
|
|
3072
|
+
"sentences": [
|
|
3073
|
+
"(stop|cancel) mowing [[<the> ]lawn]",
|
|
3074
|
+
"stop [<the>] mower"
|
|
3075
|
+
]
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"sentences": [
|
|
3079
|
+
"(stop|dock) <name> [mower]",
|
|
3080
|
+
"return <name> [mower] [to (base|dock)]"
|
|
3081
|
+
],
|
|
3082
|
+
"requires_context": {
|
|
3083
|
+
"domain": "lawn_mower"
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
]
|
|
3087
|
+
},
|
|
3069
3088
|
"HassLightSet": {
|
|
3070
3089
|
"data": [
|
|
3071
3090
|
{
|
|
@@ -3246,6 +3265,24 @@
|
|
|
3246
3265
|
}
|
|
3247
3266
|
]
|
|
3248
3267
|
},
|
|
3268
|
+
"HassLawnMowerStartMowing": {
|
|
3269
|
+
"data": [
|
|
3270
|
+
{
|
|
3271
|
+
"sentences": [
|
|
3272
|
+
"(start mowing|mow) [[<the> ]lawn]",
|
|
3273
|
+
"start [<the>] mower"
|
|
3274
|
+
]
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"sentences": [
|
|
3278
|
+
"start <name> [mower]"
|
|
3279
|
+
],
|
|
3280
|
+
"requires_context": {
|
|
3281
|
+
"domain": "lawn_mower"
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
]
|
|
3285
|
+
},
|
|
3249
3286
|
"HassDecreaseTimer": {
|
|
3250
3287
|
"data": [
|
|
3251
3288
|
{
|
|
@@ -3771,9 +3808,9 @@
|
|
|
3771
3808
|
"handle_error": "An unexpected error occurred",
|
|
3772
3809
|
"no_area": "Sorry, I am not aware of any area called {{ area }}",
|
|
3773
3810
|
"no_floor": "Sorry, I am not aware of any floor called {{ floor }}",
|
|
3774
|
-
"no_domain": "Sorry, I am not aware of any {{ domain }}",
|
|
3775
|
-
"no_domain_in_area": "Sorry, I am not aware of any {{ domain }} in the {{ area }} area",
|
|
3776
|
-
"no_domain_in_floor": "Sorry, I am not aware of any {{ domain }} on the {{ floor }} floor",
|
|
3811
|
+
"no_domain": "Sorry, I am not aware of any {{ domain.replace('_', ' ') }}",
|
|
3812
|
+
"no_domain_in_area": "Sorry, I am not aware of any {{ domain.replace('_', ' ') }} in the {{ area }} area",
|
|
3813
|
+
"no_domain_in_floor": "Sorry, I am not aware of any {{ domain.replace('_', ' ') }} on the {{ floor }} floor",
|
|
3777
3814
|
"no_device_class": "Sorry, I am not aware of any {{ device_class }}",
|
|
3778
3815
|
"no_device_class_in_area": "Sorry, I am not aware of any {{ device_class }} in the {{ area }} area",
|
|
3779
3816
|
"no_device_class_in_floor": "Sorry, I am not aware of any {{ device_class }} in the {{ floor }} floor",
|
|
@@ -3785,9 +3822,9 @@
|
|
|
3785
3822
|
"no_entity_exposed": "Sorry, {{ entity }} is not exposed",
|
|
3786
3823
|
"no_entity_in_area_exposed": "Sorry, {{ entity }} in the {{ area }} area is not exposed",
|
|
3787
3824
|
"no_entity_in_floor_exposed": "Sorry, {{ entity }} in the {{ floor }} floor is not exposed",
|
|
3788
|
-
"no_domain_exposed": "Sorry, no {{ domain }} is exposed",
|
|
3789
|
-
"no_domain_in_area_exposed": "Sorry, no {{ domain }} in the {{ area }} area is exposed",
|
|
3790
|
-
"no_domain_in_floor_exposed": "Sorry, no {{ domain }} in the {{ floor }} floor is exposed",
|
|
3825
|
+
"no_domain_exposed": "Sorry, no {{ domain.replace('_', ' ') }} is exposed",
|
|
3826
|
+
"no_domain_in_area_exposed": "Sorry, no {{ domain.replace('_', ' ') }} in the {{ area }} area is exposed",
|
|
3827
|
+
"no_domain_in_floor_exposed": "Sorry, no {{ domain.replace('_', ' ') }} in the {{ floor }} floor is exposed",
|
|
3791
3828
|
"no_device_class_exposed": "Sorry, no {{ device_class }} is exposed",
|
|
3792
3829
|
"no_device_class_in_area_exposed": "Sorry, no {{ device_class }} in the {{ area }} area is exposed",
|
|
3793
3830
|
"no_device_class_in_floor_exposed": "Sorry, no {{ device_class }} in the {{ floor }} floor is exposed",
|
|
@@ -3871,6 +3908,9 @@
|
|
|
3871
3908
|
"HassMediaPrevious": {
|
|
3872
3909
|
"default": "Playing previous"
|
|
3873
3910
|
},
|
|
3911
|
+
"HassLawnMowerStartMowing": {
|
|
3912
|
+
"default": "Started"
|
|
3913
|
+
},
|
|
3874
3914
|
"HassGetWeather": {
|
|
3875
3915
|
"default": "{% set weather_condition = {\n 'clear': 'and clear',\n 'clear-night': 'and clear',\n 'cloudy': 'and cloudy',\n 'exceptional': 'and exceptional',\n 'fog': 'with fog',\n 'hail': 'with hail',\n 'lightning': 'with lightning',\n 'lightning-rainy': 'with lightning and rain',\n 'partlycloudy': 'and partly cloudy',\n 'pouring': 'and pouring rain',\n 'rainy': 'and raining',\n 'snowy': 'and snowing',\n 'snowy-rainy': 'with snow and rain',\n 'sunny': 'and sunny',\n 'windy': 'and windy',\n 'windy-variant': 'with wind and clouds'\n} %} {{ state.attributes.get('temperature') }} {{ state.attributes.get('temperature_unit') }} {{ weather_condition.get((state.state | string).lower(), \"\") }}\n"
|
|
3876
3916
|
},
|
|
@@ -3882,6 +3922,9 @@
|
|
|
3882
3922
|
"default": "{% if slots.canceled < 1: %} No timers were canceled. {% elif slots.canceled == 1: %} Canceled 1 timer. {% else: %} Canceled {{ slots.canceled }} timers. {% endif %}\n",
|
|
3883
3923
|
"area": "{% if slots.canceled < 1: %} No timers were canceled in {{ slots.area }}. {% elif slots.canceled == 1: %} Canceled 1 timer in {{ slots.area }}. {% else: %} Canceled {{ slots.canceled }} timers in {{ slots.area }}. {% endif %}\n"
|
|
3884
3924
|
},
|
|
3925
|
+
"HassLawnMowerDock": {
|
|
3926
|
+
"default": "Docking"
|
|
3927
|
+
},
|
|
3885
3928
|
"HassBroadcast": {
|
|
3886
3929
|
"default": "Done"
|
|
3887
3930
|
},
|
|
@@ -3312,7 +3312,7 @@
|
|
|
3312
3312
|
"data": [
|
|
3313
3313
|
{
|
|
3314
3314
|
"sentences": [
|
|
3315
|
-
"<añadir> <item> (a|en) [[mi|el] lista[do] [de|del|de la[s]|de los]] {name}",
|
|
3315
|
+
"<añadir> <item> (a|en) [[mi|el|la] lista[do] [de|del|de la[s]|de los]] {name}",
|
|
3316
3316
|
"<añadir> (a|en) [[mi|el|la] lista[do] [de|del|de la[s]|de los]] {name} <item>"
|
|
3317
3317
|
],
|
|
3318
3318
|
"response": "item_added",
|
|
@@ -3357,6 +3357,23 @@
|
|
|
3357
3357
|
}
|
|
3358
3358
|
]
|
|
3359
3359
|
},
|
|
3360
|
+
"HassListCompleteItem": {
|
|
3361
|
+
"data": [
|
|
3362
|
+
{
|
|
3363
|
+
"sentences": [
|
|
3364
|
+
"(<elimina>|<quita>) <item> (de|en) [[mi|el|la] lista[do] [de|del|de la[s]|de los]] {name}",
|
|
3365
|
+
"(<elimina>|<quita>) (de|en) [[mi|el|la] lista[do] [de|del|de la[s]|de los]] {name} <item>"
|
|
3366
|
+
],
|
|
3367
|
+
"response": "item_completed",
|
|
3368
|
+
"requires_context": {
|
|
3369
|
+
"domain": "todo"
|
|
3370
|
+
},
|
|
3371
|
+
"expansion_rules": {
|
|
3372
|
+
"item": "{shopping_list_item:item}"
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3375
|
+
]
|
|
3376
|
+
},
|
|
3360
3377
|
"HassClimateSetTemperature": {
|
|
3361
3378
|
"data": [
|
|
3362
3379
|
{
|
|
@@ -3513,6 +3530,9 @@
|
|
|
3513
3530
|
"HassSetVolume": {
|
|
3514
3531
|
"default": "Volumen establecido"
|
|
3515
3532
|
},
|
|
3533
|
+
"HassListCompleteItem": {
|
|
3534
|
+
"item_completed": "Se eliminó {{ slots.item }}"
|
|
3535
|
+
},
|
|
3516
3536
|
"HassDecreaseTimer": {
|
|
3517
3537
|
"default": "Temporizador actualizado"
|
|
3518
3538
|
},
|
|
@@ -3567,7 +3587,7 @@
|
|
|
3567
3587
|
"out": "purple"
|
|
3568
3588
|
},
|
|
3569
3589
|
{
|
|
3570
|
-
"in": "marrón",
|
|
3590
|
+
"in": "(marrón|café)",
|
|
3571
3591
|
"out": "brown"
|
|
3572
3592
|
},
|
|
3573
3593
|
{
|