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 }}"