Closes #474 - Thanks so much @Lanerra for the issue report!

This commit is contained in:
ccostan 2019-01-12 20:16:44 -05:00
parent 3bcaeac28a
commit 3d03ffe53f
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.85.0b0
0.85.1

View File

@ -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