From 08e39e75bc0caef6a3567b868f70890d218f52c5 Mon Sep 17 00:00:00 2001 From: ttrabatt Date: Fri, 7 Mar 2025 11:30:26 +0100 Subject: [PATCH] EVcharge duplicated power off of plugs --- blueprints/automation/homeassistant/evcharge-process.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blueprints/automation/homeassistant/evcharge-process.yaml b/blueprints/automation/homeassistant/evcharge-process.yaml index 8513a21..2d25e01 100644 --- a/blueprints/automation/homeassistant/evcharge-process.yaml +++ b/blueprints/automation/homeassistant/evcharge-process.yaml @@ -163,6 +163,9 @@ actions: - action: switch.turn_off entity_id: !input evcharge_entity1 # entity_id: switch.presa_smart_1 # TEST ONLY + - delay: 10 + - action: switch.turn_off + entity_id: !input evcharge_entity1 - repeat: # send message to all recipient-list members for_each: "{{ recipient_list_notification }}" @@ -235,6 +238,9 @@ actions: - action: switch.turn_off entity_id: !input evcharge_entity2 # entity_id: switch.presa_smart_2 # TEST ONLY + - delay: 10 + - action: switch.turn_off + entity_id: !input evcharge_entity2 - repeat: # send message to all recipient-list members for_each: "{{ recipient_list_notification }}"