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.
- home_assistant_intents/data/cs.json +3 -0
- home_assistant_intents/data/el.json +1 -1
- home_assistant_intents/data/it.json +7 -7
- home_assistant_intents/data/ne.json +802 -95
- home_assistant_intents/language_scores.json +5 -0
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/METADATA +1 -1
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/RECORD +11 -11
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/WHEEL +0 -0
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/licenses/LICENSE.md +0 -0
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/top_level.txt +0 -0
- {home_assistant_intents-2025.5.28.dist-info → home_assistant_intents-2025.6.10.dist-info}/zip-safe +0 -0
|
@@ -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>
|
|
677
|
-
"aggiungi <timer_duration>
|
|
678
|
-
"aggiungi <timer_duration>
|
|
679
|
-
"aggiungi <timer_duration>
|
|
680
|
-
"aggiungi <timer_duration>
|
|
681
|
-
"aggiungi <timer_duration>
|
|
682
|
-
"aggiungi <timer_duration>
|
|
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
|
{
|