[Use-Case] Dropdown scene selector #1112
MrBearPresident
started this conversation in
Share your custom styles, templates and dashboards
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Use-Case] Dropdown scene selector
Story why I build this.
This all started with my dad who is just starting with Home Assistant. He already had some IKEA lamps. But he was somewhat jealous on the flexibility I had in Home Assistant. With little convincing I converted him.He dreamed of a system where he could easily change the scenes he had. But It couldn't be to complicated because my mother had to be able to work with it as well. He started designing scenes so he could easily switch between some presets. So he started placing buttons on his dashboard that would trigger the scenes.
Next step was to make switching between scenes even simpler. So he bought a "IKEA STYRBAR dimmer remote". This system explained below and my blueprint work together to make it as easy as possible.
blueprint
What we will need
Scenes
Input_Select
Through UI
Automation
For the automation you need something that checks if the scenes are triggered or when the input_select is changed.
When the input_select is changed the corresponding scene will be called.
When a scene is triggered the input_select will be set to that scene.
Automation
Bubble-Card
For bubble-card buttons I chose 2 options. Time will tell what he uses most.
There are multiple 'state' buttons that light up when the input_select is the same as the entity.
There is also a separator with 2 sub-buttons for each scene-group.
State-button
Separator with sub-buttons
Beta Was this translation helpful? Give feedback.
All reactions