Closes #474 - Thanks so much @Lanerra for the issue report!
This commit is contained in:
parent
3bcaeac28a
commit
3d03ffe53f
|
@ -1 +1 @@
|
|||
0.85.0b0
|
||||
0.85.1
|
|
@ -116,9 +116,9 @@ automation:
|
|||
condition: or
|
||||
conditions:
|
||||
- condition: template
|
||||
value_template: "{{ states('sensor.grid_statuse') == 'True' }}"
|
||||
value_template: "{{ states('sensor.grid_status') == 'True' }}"
|
||||
- condition: template
|
||||
value_template: "{{ states('sensor.grid_statuse') == 'False' }}"
|
||||
value_template: "{{ states('sensor.grid_status') == 'False' }}"
|
||||
|
||||
action:
|
||||
- service: script.notify_engine
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 0 B |
Loading…
Reference in New Issue