home-assistant-intents 2025.5.28__py3-none-any.whl → 2025.6.10__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.
@@ -4403,6 +4403,9 @@
4403
4403
  },
4404
4404
  "timer_command": {
4405
4405
  "wildcard": true
4406
+ },
4407
+ "search_query": {
4408
+ "wildcard": true
4406
4409
  }
4407
4410
  },
4408
4411
  "expansion_rules": {
@@ -1622,7 +1622,7 @@
1622
1622
  "color": "Το χρώμα ορίστηκε σε {{ slots.color }}"
1623
1623
  },
1624
1624
  "HassClimateGetTemperature": {
1625
- "default": "{{ state.state }} βαθμοί"
1625
+ "default": "{% set current_temperature = state_attr(state.entity_id, 'current_temperature') %} {% set temperature = state.state if current_temperature is none else current_temperature %} {% if temperature == 1: %} {{ temperature }} βαθμός {% else: %} {{ temperature }} βαθμοί {% endif %}\n"
1626
1626
  }
1627
1627
  }
1628
1628
  },
@@ -673,13 +673,13 @@
673
673
  "data": [
674
674
  {
675
675
  "sentences": [
676
- "aggiungi <timer_duration> da[l[ mio]] timer",
677
- "aggiungi <timer_duration> da[l[ mio]] timer <timer_start>",
678
- "aggiungi <timer_duration> da[l[ mio]] timer (per|da|di|d') <timer_start>",
679
- "aggiungi <timer_duration> da[l[ mio]] timer <in> <area>",
680
- "aggiungi <timer_duration> da[l[ mio]] timer {area}",
681
- "aggiungi <timer_duration> da[l[ mio]] timer (nominato|chiamato|per) {timer_name:name}",
682
- "aggiungi <timer_duration> da[l[ mio]] timer {timer_name:name}"
676
+ "aggiungi <timer_duration> a[l[ mio]] timer",
677
+ "aggiungi <timer_duration> a[l[ mio]] timer <timer_start>",
678
+ "aggiungi <timer_duration> a[l[ mio]] timer (per|da|di|d') <timer_start>",
679
+ "aggiungi <timer_duration> a[l[ mio]] timer <in> <area>",
680
+ "aggiungi <timer_duration> a[l[ mio]] timer {area}",
681
+ "aggiungi <timer_duration> a[l[ mio]] timer (nominato|chiamato|per) {timer_name:name}",
682
+ "aggiungi <timer_duration> a[l[ mio]] timer {timer_name:name}"
683
683
  ]
684
684
  },
685
685
  {