Using the tiimer, I believe I have followed the docs to configure an automation on the timer ending, but am seeing an error, any ideas?
your action appears to be wrong. You took a screenshot of the trigger. They are not the same. Scroll down further and look at your actions data.
Automations work like this:
something happens, when that something happens, the automation performs something else.
The screenshot above shows the âsomething happensâ portion, also known as the trigger. The âautomation performs somethingâ is known as the action.
If you look at your error, it explicitly references the action (⌠value @ data[âactionâ][0][âserviceâ]). Thatâs where you should start when debugging this.
Hi, I want the trigger for my automation to be the event âtimer.finishedâ
Yes, That part is correct. The error is not coming from that partâŚ
This worksâŚ
link removed
Cheers guys