NSPanel_HA_Blueprint
NSPanel_HA_Blueprint copied to clipboard
FR: Long Click Page on Short Click
I use 4 Sonoff Panels at the moment and I am very happy with your project! All of them are working well. On every panel I control my shutters on the second physical button. But I never need full up/down with a Short Click. Everytime I only use long Click. Is there a way to open the detail cover page with the short click so I can reach the page faster and will be able to use the long click for something else?
This is probably feasible... I will take a look later. The downside will be having an additional input on the super long list of inputs when setting up the Blueprint. 😩
This is similar to my request, but for the relay buttons? #951
I use 4 Sonoff Panels at the moment and I am very happy with your project! All of them are working well. On every panel I control my shutters on the second physical button. But I never need full up/down with a Short Click. Everytime I only use long Click. Is there a way to open the detail cover page with the short click so I can reach the page faster and will be able to use the long click for something else?
I figured out a workaround for this... See #1016
I then make a script like this in HA:
And I call that script from hardware button. Now my fan settings page comes up with a quick press.
For long press can do same in blueprint just make a custom action and call service to another script or whatever you want.