Animate Buttom Press on Dashboard

I have set up a few button press icons on my dashboard to manually run a few rules. Rule execution works fine but there is no animation to the button pressed icon. It makes you unsure if the press was recorded. Is there a way to have the icon change color or vibrate or something to indicate it was triggered?

Could just add something like

.tile:active{background-color:orange}

in the Advanced|CSS tab of the dashboard.

2 Likes

Typically, I will setup virtual switches with auto-off functionality if I need to see a reaction on the dashboard, as by default buttons donā€™t show theyā€™re being pressed.

However, Iā€™ll be curious to see if @thebearmayā€™s recommendation might work, that would be nice!

3 Likes