EVcharge duplicated power off of plugs
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user