Added in Powerwall via UI integration - updated #272

This commit is contained in:
ccostan
2020-09-20 15:20:32 -04:00
parent ec749c92a4
commit 56de53302d
4 changed files with 13 additions and 74 deletions

View File

@@ -14,7 +14,7 @@
condition:
- condition: template
value_template: "{{ states('sensor.grid_status') == 'True' }}"
value_template: "{{ states('binary_sensor.grid_status') == 'on' }}"
action:
- delay: '00:{{ (range(1, 20)|random|int) }}:00'