EVcharge Process final automation - corrected message send of no option selected
This commit is contained in:
@@ -240,10 +240,13 @@ actions:
|
|||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_state(use_entity2_var, 'off') }}"
|
value_template: "{{ is_state(use_entity2_var, 'off') }}"
|
||||||
then:
|
then:
|
||||||
sequence:
|
- repeat: # send message to all recipient-list members
|
||||||
- action: notify.mobile_app_ttrabatt_iphone15
|
for_each: "{{ recipient_list }}"
|
||||||
metadata: {}
|
|
||||||
data:
|
sequence:
|
||||||
message: >-
|
- action: "{{ repeat.item }}"
|
||||||
"EVcharge process activation ERROR, select what to charge"
|
metadata: {}
|
||||||
title: EV Charge process ERROR
|
data:
|
||||||
|
message: >-
|
||||||
|
"EVcharge process activation ERROR, select what to charge"
|
||||||
|
title: EV Charge process ERROR
|
||||||
|
|||||||
Reference in New Issue
Block a user