From aca8870437aa8c64e3fbf7ab353d857edf1d7d63 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 7 Apr 2026 16:34:00 +0200 Subject: [PATCH] Fixed missing files --- automations/home_assistant.yaml | 16 ++++++++-------- automations/speech.yaml | 4 +--- packages/away_mode/away_mode_engine.yaml | 2 +- packages/update/update_engine.yaml | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/automations/home_assistant.yaml b/automations/home_assistant.yaml index dc83c5cf..c92d905e 100644 --- a/automations/home_assistant.yaml +++ b/automations/home_assistant.yaml @@ -65,12 +65,12 @@ - trigger: homeassistant event: start - condition: - condition: state - entity_id: input_boolean.home_mode_away - state: 'off' + conditions: + - condition: state + entity_id: input_boolean.home_mode_away + state: 'off' - action: + actions: - action: input_boolean.turn_on data_template: entity_id: >- @@ -97,7 +97,7 @@ entity_id: input_boolean.home_mode_night to: 'off' - action: + actions: - action: >- {% if trigger.to_state.state == 'on' %} input_boolean.turn_off @@ -119,9 +119,9 @@ - trigger: time at: '00:00:00' - condition: + conditions: - condition: time weekday: [mon] - action: + actions: - action: script.homeassistant_clearlog diff --git a/automations/speech.yaml b/automations/speech.yaml index 2340e951..34c89155 100644 --- a/automations/speech.yaml +++ b/automations/speech.yaml @@ -48,9 +48,7 @@ - trigger: time at: '12:00:00' - condition: [] - - action: + actions: - action: script.speech_engine data_template: message: >- diff --git a/packages/away_mode/away_mode_engine.yaml b/packages/away_mode/away_mode_engine.yaml index 7a9c417b..94040d73 100644 --- a/packages/away_mode/away_mode_engine.yaml +++ b/packages/away_mode/away_mode_engine.yaml @@ -52,7 +52,7 @@ automation: entity_id: input_boolean.home_mode_away state: 'on' - action: + actions: - action: input_boolean.turn_off data: entity_id: input_boolean.home_mode_away diff --git a/packages/update/update_engine.yaml b/packages/update/update_engine.yaml index 9a322bc8..6d4ec0ed 100644 --- a/packages/update/update_engine.yaml +++ b/packages/update/update_engine.yaml @@ -70,7 +70,7 @@ automation: - input_boolean.update_fritz to: 'off' - action: + actions: - action: persistent_notification.dismiss data_template: notification_id: "update" -- 2.47.3