home-assistant-intents 2025.8.29__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.
@@ -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",
@@ -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)",
@@ -1821,8 +1821,9 @@
1821
1821
  },
1822
1822
  {
1823
1823
  "sentences": [
1824
- "[<setze> ][die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor>[ auf] <brightness>",
1825
- "<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor>[ auf] <brightness>[ ein]",
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]",
1826
1827
  "[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor> auf <brightness> (<setzen_end_of_sentence>|dimmen)",
1827
1828
  "dimme[ (<licht>|<lichter>|<alle_lichter>)] <area_floor>[ (auf|zu)] <brightness>",
1828
1829
  "[(<licht>|<lichter>|<alle_lichter>) ]<area_floor>[ (auf|zu)] <brightness> dimmen",
@@ -1840,9 +1841,9 @@
1840
1841
  {
1841
1842
  "sentences": [
1842
1843
  "[<setze> ][die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>][ auf] <brightness>",
1843
- "<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>][ auf] <brightness>[ ein]",
1844
+ "<stelle> [die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>] auf <brightness>[ ein]",
1844
1845
  "[die ]Helligkeit[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>] auf <brightness> (<setzen_end_of_sentence>|dimmen)",
1845
- "dimme[ (<licht>|<lichter>|<alle_lichter>)][ <hier>][ (auf|zu)] <brightness>",
1846
+ "dimme[ (<licht>|<lichter>|<alle_lichter>)][ <hier>] (auf|zu) <brightness>",
1846
1847
  "[(<licht>|<lichter>|<alle_lichter>) ][<hier> ](auf|zu) <brightness> dimmen"
1847
1848
  ],
1848
1849
  "response": "brightness",
@@ -1870,7 +1871,8 @@
1870
1871
  },
1871
1872
  {
1872
1873
  "sentences": [
1873
- "[<setze> ][(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ]<area_floor>[ auf] {color}",
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}",
1874
1876
  "<stelle> [(<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) ]<area_floor>[ auf] {color}[ ein]",
1875
1877
  "(änder[e]|veränder[e]) (<licht>|[die ]Farbe [(<lichtes_mit_artikel>|<lichter>|<alle_lichter>)]|<lichter>|<alle_lichter>) <area_floor> zu {color}",
1876
1878
  "[die ]Farbe[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)] <area_floor>[ (auf|zu)] {color} <setzen_end_of_sentence>",
@@ -1888,7 +1890,7 @@
1888
1890
  "[die ]Farbe[ (<licht_ohne_artikel>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>)][ <hier>][ (auf|zu)] {color} <setzen_end_of_sentence>",
1889
1891
  "[(<licht>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>) ][<hier> ]Farbe[ (auf|zu)] {color}[ <setzen_end_of_sentence>]",
1890
1892
  "[(<licht>|<lichtes_mit_artikel>|<lichter>|<alle_lichter>) ][<hier> ][Farbe ]{color} <leuchten_lassen>",
1891
- "Färbe (<licht>|<lichter>|<alle_lichter>)[ <hier>] {color}[ ein]"
1893
+ "Färbe ((<licht>|<lichter>|<alle_lichter>)[ <hier>]|(den|diesen) Raum) {color}[ ein]"
1892
1894
  ],
1893
1895
  "response": "color",
1894
1896
  "requires_context": {
@@ -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
  {
@@ -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
  },
@@ -61,6 +61,64 @@
61
61
  ]
62
62
  }
63
63
  ]
64
+ },
65
+ "HassClimateGetTemperature": {
66
+ "data": [
67
+ {
68
+ "sentences": [
69
+ "[वर्तमान] तापमान क्या है",
70
+ "यहाँ [का] [वर्तमान] तापमान क्या है",
71
+ "यहाँ कितना ठंडा है",
72
+ "यहाँ कितना गर्म है",
73
+ "तापमान बताओ"
74
+ ],
75
+ "requires_context": {
76
+ "area": {
77
+ "slot": true
78
+ }
79
+ }
80
+ },
81
+ {
82
+ "sentences": [
83
+ "{name} [का] [वर्तमान] तापमान क्या है",
84
+ "{area} [में] [वर्तमान] तापमान क्या है",
85
+ "{area} [का] तापमान क्या है",
86
+ "{name} [का] तापमान क्या है",
87
+ "{area} में कितना ठंडा है",
88
+ "{area} में कितना गर्म है",
89
+ "{name} कितना ठंडा है",
90
+ "{name} कितना गर्म है"
91
+ ]
92
+ }
93
+ ]
94
+ },
95
+ "HassClimateSetTemperature": {
96
+ "data": [
97
+ {
98
+ "sentences": [
99
+ "तापमान {temperature} [डिग्री] [पर] सेट करो",
100
+ "तापमान {temperature} [डिग्री] कर दो",
101
+ "{temperature} [डिग्री] तापमान सेट करो",
102
+ "{temperature} [डिग्री] [पर] तापमान रखो"
103
+ ]
104
+ },
105
+ {
106
+ "sentences": [
107
+ "{area} में तापमान {temperature} [डिग्री] [पर] सेट करो",
108
+ "{area} का तापमान {temperature} [डिग्री] कर दो",
109
+ "{area} में {temperature} [डिग्री] [पर] तापमान रखो"
110
+ ]
111
+ },
112
+ {
113
+ "sentences": [
114
+ "{name} [का] तापमान {temperature} [डिग्री] [पर] सेट करो",
115
+ "{name} को {temperature} [डिग्री] [पर] सेट करो"
116
+ ],
117
+ "requires_context": {
118
+ "domain": "climate"
119
+ }
120
+ }
121
+ ]
64
122
  }
65
123
  },
66
124
  "responses": {
@@ -78,7 +136,7 @@
78
136
  "default": "{{ slots.name }}"
79
137
  },
80
138
  "HassClimateSetTemperature": {
81
- "default": "Temperature set to {{ slots.temperature }} degrees"
139
+ "default": "तापमान {{ slots.temperature }} डिग्री पर सेट कर दिया गया"
82
140
  },
83
141
  "HassTurnOn": {
84
142
  "default": "{{ slots.name }}"
@@ -93,11 +151,20 @@
93
151
  "color_area": "Color in {{ slots.area }} set to {{ slots.color }}"
94
152
  },
95
153
  "HassClimateGetTemperature": {
96
- "default": "{{ state.state }} degrees"
154
+ "default": "{% set current_temperature = state_attr(state.entity_id, 'current_temperature') %} {% set temperature = state.state if current_temperature is none else current_temperature %} {{ temperature }} डिग्री\n"
155
+ }
156
+ }
157
+ },
158
+ "lists": {
159
+ "temperature": {
160
+ "range": {
161
+ "type": "temperature",
162
+ "from": 0,
163
+ "to": 100,
164
+ "fractions": "halves"
97
165
  }
98
166
  }
99
167
  },
100
- "lists": {},
101
168
  "expansion_rules": {},
102
169
  "skip_words": []
103
170
  }