I have a binary sensor for my dryer. This sensor is triggered on or off based on the rate of change of a temperature sensor. It works really well and lets me take the laundry out of the dryer earlier than I normally would. The only problem is it occasionally it will flip back on momentarily after turning off.
I'm wondering if there's a way I can prevent the sensor from turning back on if it's just been turned off in the past X minutes.
The time throttle filter looked promising but it doesn't work for binary_sensor. delay_on on a template sensor also isn't sufficient because it will delay the dryer turning on too long for how long I'd need to set the debounce.