I’ve seen people showing it on the forum but I’m not sure how they do it, eg:
Number of times (today) the cat has went to its litter box (with vibration sensor) + resetting the counter (if you cleaned it)
Triggering an automation only once per day (e.g. in the morning, play the late evening news when the occupancy sensor has seen you come into the living room, I’ve tried time boxing but sometimes the automation re-triggers when movement is done during the timebox and the news already ended)
Anyone willing to point me in the right direction?
Fair enough, for now I used the counter and just incrementing it when news starts playing with the conditional that the counter is 0, and resetting the counter at midnight.
Basically exactly the same as the boolean would do, if I come across a situation where true/false is needed I’ll use the input boolean platform thanks!