I’m wondering if it is possible to return an input_select
backs to it’s previous state in an automation. Here’s an example.
input_select:
pool_pump:
name: Pool Pump Mode
options:
- 'Auto'
- 'On'
- 'Off'
Scenario: Input select is on Auto
and then an automation turns it to off
to perform another function. Then at the end, the automation checks to see what state is was in before it changed it and sets it back to that setting.
Is that doable as that will help me tidy up quite a few automations?