Move more stuff local - HACS Updates #872

This commit is contained in:
ccostan
2020-09-27 13:26:49 -04:00
parent c2145a6e25
commit b9ce32b5a7
4 changed files with 19 additions and 6 deletions

View File

@@ -61,10 +61,6 @@ automation:
webhook_id: !secret github_webhook
condition:
# - condition: numeric_state
# entity_id: automation.closed_github_issue
# attribute: last_triggered
# above: 120
- condition: template
value_template: '{{ trigger.json.action in ["created", "closed", "opened", "reopened"] }}'