Is there a way to cycle through lights with only one button?
I have a Xiaomi button and 2 bulbs. What I would like to do is:
First button click: light 1 goes on
Second button click: light 2 also goes on, light 1 stays on
Third button click: both lights go off
Is this even possible? Regardless of button/light type?
Thanks,
FC
You can do that with automations. I think the easiest might be to create an input_select and have the button advance through the select’s options. Build automations tgriggering on the state of the input_select. Or you could have one automation that watches the input_select for state changes and use service_template to run a script/scene of your choice based on the input_select’s state.