Starting with Automation... Not sure what im doing wrong

In the first automation, i am getting notification whenever i turn my light ON. Working perfectly!

In the second, i am starting a timer when the same light is turned on. You can check it in the log, it does start.

In the third, i am trying to send a notification when the timer stops(finished). But i am not getting this notification. What am i doing wrong?

I am eventually planning to do this for my geyser for 30 mins.

So you have this in you config.yaml?

timer:
  light_timer:
    duration: '00:00:15'
1 Like

Yes i do.

I made the automation from automation editor and it worked. I still don’t get where i was wrong. Must have been a syntax error.