Timer automation error

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.

1 Like

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

2 Likes

Cheers guys

1 Like