#Can you have global modes/states in home assistant?

1 messages · Page 1 of 1 (latest)

compact blade
#

I would like to have something resembling a "virtual" device with a state.
The state could be controlled and moved from one to the other.
at each transaction I would like to trigger certain actions and refer to the current state to enable and disable certain automation.

Is there anything resembling what I would like to do?
I think it might be possible to achieve the same result with an action but having something representing a proper state I think might have its benefits.

oblique sonnet
#

Yes that would be a helper.

#

Something like an input_select maybe.

torn totem
#

yeah, i do this with an input select

compact blade
#

nice! for simple binary state there seems to be the toggle helper 🙇🏻

#

thank you