I have an automation that turns on an amplifier whenever something is played using an action:
2 hours after the last time something was played I want it to turn off.
I set up an automation that is triggered by a time pattern every minute and turns off the amplifier if it has been on longer than 2 hours:
Now the problem is that if something was played 5 minutes ago, but the amplifier has been on for 2 hours, it is turned off.
I think I need an action that would kind of reset the timer that is used by the “For” field of the condition. I could probably do that by turning the amplifier off and on again, but I don’t want it to actually turn off and on.