diff --git a/automations.yaml b/automations.yaml index 7415ed3..9d7bb7e 100644 --- a/automations.yaml +++ b/automations.yaml @@ -1485,21 +1485,21 @@ # ── input_text Helfer schreiben ── - action: input_text.set_value target: - entity_id: input_text.kalender_heute_privat + entity_id: input_text.privat_heute data: value: "{{ fmt_today_privat }}" - action: input_text.set_value target: - entity_id: input_text.kalender_heute_arbeit + entity_id: input_text.arbeit_heute data: value: "{{ fmt_today_arbeit }}" - action: input_text.set_value target: - entity_id: input_text.kalender_morgen_privat + entity_id: input_text.privat_morgen data: value: "{{ fmt_tomorrow_privat }}" - action: input_text.set_value target: - entity_id: input_text.kalender_morgen_arbeit + entity_id: input_text.arbeit_morgen data: value: "{{ fmt_tomorrow_arbeit }}"