Rename calendar input_text entities

This commit is contained in:
2026-07-10 22:47:18 +02:00
parent a4a86272a9
commit 6a04638f59
+4 -4
View File
@@ -1485,21 +1485,21 @@
# ── input_text Helfer schreiben ── # ── input_text Helfer schreiben ──
- action: input_text.set_value - action: input_text.set_value
target: target:
entity_id: input_text.kalender_heute_privat entity_id: input_text.privat_heute
data: data:
value: "{{ fmt_today_privat }}" value: "{{ fmt_today_privat }}"
- action: input_text.set_value - action: input_text.set_value
target: target:
entity_id: input_text.kalender_heute_arbeit entity_id: input_text.arbeit_heute
data: data:
value: "{{ fmt_today_arbeit }}" value: "{{ fmt_today_arbeit }}"
- action: input_text.set_value - action: input_text.set_value
target: target:
entity_id: input_text.kalender_morgen_privat entity_id: input_text.privat_morgen
data: data:
value: "{{ fmt_tomorrow_privat }}" value: "{{ fmt_tomorrow_privat }}"
- action: input_text.set_value - action: input_text.set_value
target: target:
entity_id: input_text.kalender_morgen_arbeit entity_id: input_text.arbeit_morgen
data: data:
value: "{{ fmt_tomorrow_arbeit }}" value: "{{ fmt_tomorrow_arbeit }}"