From a1ee8ed6f1f2551c7345aafa8938285d9771df72 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 23 Feb 2026 08:52:19 +0100 Subject: [PATCH] removed useless automation for startup --- automations/startup.yaml | 18 ------------------ automations/test_mode.yaml | 15 ++++----------- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/automations/startup.yaml b/automations/startup.yaml index 7b7c75a4..3d349c4a 100644 --- a/automations/startup.yaml +++ b/automations/startup.yaml @@ -1,21 +1,3 @@ -###################################################################### -# Startup Automation: Restart on Error -###################################################################### - -- alias: "Home Assistant - Startup: Restart on Error" - id: "home_assistant_startup_restart_on_error" - - trigger: - - trigger: homeassistant - event: start - - action: - - delay: 00:00:60 - - condition: state - entity_id: persistent_notification.invalid_config - state: 'notifying' - - action: script.homeassistant_restart - ###################################################################### # Startup Automation: Google Sync ###################################################################### diff --git a/automations/test_mode.yaml b/automations/test_mode.yaml index c6a4afbd..23a7822d 100644 --- a/automations/test_mode.yaml +++ b/automations/test_mode.yaml @@ -5,16 +5,12 @@ - alias: "Home Assistant - Modalità Test: Azione on" id: "home_assistant_modalita_test_azione_on" - trigger: + triggers: - trigger: state entity_id: input_boolean.test_mode to: 'on' - action: - - - action: automation.turn_off - entity_id: automation.home_assistant_startup_restart_on_error - + actions: - action: automation.turn_off entity_id: automation.home_assistant_startup_google_sync @@ -25,14 +21,11 @@ - alias: "Home Assistant - Modalità Test: Azione off" id: "home_assistant_modalita_test_azione_off" - trigger: + triggers: - trigger: state entity_id: input_boolean.test_mode to: 'off' - action: - - action: automation.turn_on - entity_id: automation.home_assistant_startup_restart_on_error - + actions: - action: automation.turn_on entity_id: automation.home_assistant_startup_google_sync -- 2.47.3