I’m looking for a blueprint / automation to change a select option to a given option but only for a certain time. I’m thinking along the lines of this: Bounce Switch On A Timer which will ‘undo’ a switch after a specified time.
My use-case is my inverter which has select.work_mode. I’d like to be able to change the work mode for a fixed amount of time, after which it should return to the previous selection.
E.g.
Automation triggered. select.work_mode is currently “self_use”
Change to ‘new’ mode. e.g. “Feed-in”
After set time e.g. 1 hour
Return to the original mode (whatever that was)
I agree with Bill. A standalone automation that just does this anytime the device it started. If there are conditions that you don’t want the auto part to fire, add that to a conditions statement.