I have Lutron Caseta switches, and one particular switch (pico remote), I want to trigger an automation when the off button is double pressed. Any idea how I can go about creating that as a trigger? I have the rest of the automation figured out, it's just trying to figure out how I can tie it into a double click event (which does not seem to be natively supported).
#Automation on Double Click of button on light switch
1 messages · Page 1 of 1 (latest)
I once made a Blueprint for something like that https://gist.github.com/septillion-git/603a05f0b8829d7dadcc6d16a133fcc6
But it will only work with an entity that returns on for being pressed. If yours does something else you need some modifications.
looks like it would not work for my scenario, thanks!