I think it's fixed with this technique. #886
This commit is contained in:
parent
7329edcafa
commit
c2145a6e25
|
@ -61,13 +61,13 @@ automation:
|
|||
webhook_id: !secret github_webhook
|
||||
|
||||
condition:
|
||||
- condition: numeric_state
|
||||
entity_id: automation.closed_github_issue
|
||||
attribute: last_triggered
|
||||
above: 120
|
||||
# - 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"] }}'
|
||||
value_template: '{{ trigger.json.action in ["created", "closed", "opened", "reopened"] }}'
|
||||
|
||||
action:
|
||||
- service: script.tweet_engine_image
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue