EVcharge duplicated power off of plugs

This commit is contained in:
2025-03-07 11:30:26 +01:00
parent 7db82ce91d
commit 08e39e75bc

View File

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