Hi, if someone is using Sonoff Ultimate TX wall switch you can try this Blueprint. I created 3 extra actions for it (two fingers double click and two finger click + slide). It’s my first Blueprint so you can write me some thoughts about it.
You need to define 3 entities in Blueprint config:
- entity with ambient light
- entity with slide actions
- text input helper (need manualy create in HA) as a support string used in Blueprint for getting last event and last event time
And then you can define your actions for following event:
- slide left
- slide right
- double two finger click
- two finger click → slide left
- two finger click → slide right
Here is my Github where you can read more: