Trigger tts once per day on first motion detection

Hi,

I would like to get the weather (from darksky) read out (via choromecast) once every morning as soon as there has been motion detected in a particular room.

I currently have this reading out at a set time every morning, but what would be really good would be to trigger it as soon as someone walks into the kitchen. I don’t want this everytime someone walks in, just once every day the first time someone walks in…

Any ideas as to how I can do this?

Have the first trigger flip an input boolean, then check it every time you see the trigger, and add a timed event to reset it at midnight.

2 Likes

awesome! all sorted… thanks for the help!

1 Like