EVcharge Process final automation
This commit is contained in:
@@ -165,11 +165,12 @@ actions:
|
||||
sequence:
|
||||
- delay: 120
|
||||
|
||||
# turn off evcharge_entity1
|
||||
- action: switch.turn_off
|
||||
entity_id: !input evcharge_entity1
|
||||
# TEST ONLY: entity_id: switch.presa_smart_1
|
||||
|
||||
- repeat:
|
||||
- repeat: # send message to all recipient-list members
|
||||
for_each: "{{ recipient_list }}"
|
||||
|
||||
sequence:
|
||||
@@ -216,11 +217,12 @@ actions:
|
||||
sequence:
|
||||
- delay: 120
|
||||
|
||||
# turn off evcharge_entity2
|
||||
- action: switch.turn_off
|
||||
entity_id: !input evcharge_entity2
|
||||
# TEST ONLY: entity_id: switch.presa_smart_2
|
||||
|
||||
- repeat: # send message to all recipient-list member
|
||||
- repeat: # send message to all recipient-list members
|
||||
for_each: "{{ recipient_list }}"
|
||||
|
||||
sequence:
|
||||
|
||||
Reference in New Issue
Block a user