mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
Added in Powerwall via UI integration - updated #272
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user