You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a Button on a dashboard to activate a scene on Hubitat. In my example, the scene or activator 'device' is coming from Hubitat's Maker API to HASS' Hubitat Integration as an On/Off toggle switch. So once it's ON, I can't turn it ON again without turning it OFF. I'd like it to be a 'button' where the scene is activated each time the button is pressed. In Hubitat, the 'device' has On and Off options, but also a 'Push" option, but that doesn't seem to get transferred over to HASS.
What am I misunderstanding? How do I use a dashboard button to activate a Hubitat scene? Thanks.
The button on the scene is an event emitter, and so it doesn't get a stateful entity. You can use the push button as a device trigger in an automation.
I think I'm clueless. I used a button card on a dashboard as such:
When I click on the Device Info then Automations, I see:
However, when I press the dashboard button,
I just get an info box that pops up:
I would like to use a Button on a dashboard to activate a scene on Hubitat. In my example, the scene or activator 'device' is coming from Hubitat's Maker API to HASS' Hubitat Integration as an On/Off toggle switch. So once it's ON, I can't turn it ON again without turning it OFF. I'd like it to be a 'button' where the scene is activated each time the button is pressed. In Hubitat, the 'device' has On and Off options, but also a 'Push" option, but that doesn't seem to get transferred over to HASS.
What am I misunderstanding? How do I use a dashboard button to activate a Hubitat scene? Thanks.
Core 2024.11.3
Supervisor 2024.11.4
Hubitat integration 0.9.38
The text was updated successfully, but these errors were encountered: