EVcharge_PRO: changed delays and removed old Lampada-Salotto automation
This commit is contained in:
@@ -280,41 +280,6 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.cancelletto_video_duration
|
entity_id: input_boolean.cancelletto_video_duration
|
||||||
mode: single
|
mode: single
|
||||||
- id: '1759503106971'
|
|
||||||
alias: Luce-Lampada-Salotto
|
|
||||||
description: ''
|
|
||||||
triggers:
|
|
||||||
- trigger: state
|
|
||||||
entity_id:
|
|
||||||
- switch.luce_salotto_ctrl
|
|
||||||
from: 'off'
|
|
||||||
to: 'on'
|
|
||||||
id: Luce-Salotto-on
|
|
||||||
- trigger: state
|
|
||||||
entity_id:
|
|
||||||
- switch.luce_salotto_ctrl
|
|
||||||
from: 'on'
|
|
||||||
to: 'off'
|
|
||||||
id: Luce-Salotto-off
|
|
||||||
conditions: []
|
|
||||||
actions:
|
|
||||||
- if:
|
|
||||||
- condition: trigger
|
|
||||||
id:
|
|
||||||
- Luce-Salotto-on
|
|
||||||
then:
|
|
||||||
- action: light.turn_on
|
|
||||||
metadata: {}
|
|
||||||
data: {}
|
|
||||||
target:
|
|
||||||
entity_id: light.luce_salotto
|
|
||||||
else:
|
|
||||||
- action: light.turn_off
|
|
||||||
metadata: {}
|
|
||||||
data: {}
|
|
||||||
target:
|
|
||||||
entity_id: light.luce_salotto
|
|
||||||
mode: single
|
|
||||||
- id: '1759608901579'
|
- id: '1759608901579'
|
||||||
alias: Luce-Manuale-Salotto
|
alias: Luce-Manuale-Salotto
|
||||||
description: ''
|
description: ''
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ actions:
|
|||||||
data:
|
data:
|
||||||
value: "{{ evcharge_entity1_energy_charged }}"
|
value: "{{ evcharge_entity1_energy_charged }}"
|
||||||
|
|
||||||
- delay: 30
|
- delay: 60
|
||||||
# - delay: 10 # TEST ONLY
|
# - delay: 10 # TEST ONLY
|
||||||
|
|
||||||
# take energy counter after charging
|
# take energy counter after charging
|
||||||
@@ -303,7 +303,7 @@ actions:
|
|||||||
data:
|
data:
|
||||||
value: "{{ evcharge_entity2_energy_charged }}"
|
value: "{{ evcharge_entity2_energy_charged }}"
|
||||||
|
|
||||||
- delay: 30
|
- delay: 60
|
||||||
# - delay: 10 # TEST ONLY
|
# - delay: 10 # TEST ONLY
|
||||||
|
|
||||||
# take energy counter after charging
|
# take energy counter after charging
|
||||||
|
|||||||
Reference in New Issue
Block a user