mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Closes #474 - Thanks so much @Lanerra for the issue report!
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user