I have an automation which turns off my coffee machine (just a wall plug really) after X minutes. It has been working great until I split my config to separate yaml-files and upgraded to HASS 0.55.1. Now it seems that it doesn’t care about the timer any longer. If I set the timer to 1 minute, nothing happens after 1 minute. The switch stays on and there’s nothing in the log after 1 minute.
Can someone see the problem? Or do you know a better way of accomplishing this? I want to have a slider for the minutes so I can manually choose a longer or shorter period according to the situation.
Haha hi Tink! I thought to myself “I wonder if he’ll see this and think that I’m stupid for not using his solution” I guess I should try to use your solution. It’s maybe the best way to do this.
I used to do it your way, until the devs flagged up that delay holds a thread open on Home Assistant. Short delays of a few seconds are no big deal, but the longer it goes on for, the more of an impact it has.