Hi,
If I try to make a new automation none of the triggers I add is executed. For instance:
seconds: "30"
trigger: time_pattern
In the step details it says not traceble???
Any Ideas?
Hi,
If I try to make a new automation none of the triggers I add is executed. For instance:
seconds: "30"
trigger: time_pattern
In the step details it says not traceble???
Any Ideas?
I would expect a time pattern trigger to look something likeā¦
triggers:
- trigger: time_pattern
seconds: "30"
Are you aware of the recent changes to trigger syntax?
probebly not ;))