Had the incorrect Web ID. Closes #813 again.

This commit is contained in:
ccostan
2020-09-26 12:24:04 -04:00
parent 1ab25bc816
commit 88155a5b6e
4 changed files with 3 additions and 14 deletions

View File

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