mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Had the incorrect Web ID. Closes #813 again.
This commit is contained in:
@@ -53,7 +53,7 @@ automation:
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: >-
|
||||
{%- if trigger.json.action == "created" or "closed" or "opened" or "reopened" or trigger.json.ref %}
|
||||
{%- if trigger.json.action == "created" or "closed" or "opened" or "reopened" %}
|
||||
True
|
||||
{%- else -%}
|
||||
False
|
||||
|
Reference in New Issue
Block a user