this post was submitted on 28 Jan 2024
14 points (93.8% liked)
homeassistant
15622 readers
195 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It sounds like you’ve added both the light and the button to the devices in the scene, but only the light should be added.
Scenes set controllable devices to specific states and a button is generally not a controllable device (it’s the device that does the controlling). Scenes are also not directly activated and need an automation to activate them.
You’d need to create an automation and specify that ‘when’ the button is pressed, ‘then do’ activate the scene.
Happy tinkering!
As a follow up, this worked as you described. Thanks again.
Now, since it's the shortcut button, I had to load the blueprint and start working on the proper configuration so that I can do more with the switch - for example, double clicks, holding, etc...
Not quite there yet, but your response helped a lot.
Glad I could help!