I’m using the Ikea Symfonish Sound Controller paired to a ZBBridge flashed with Tasmota and integrated into Home Assistant using the ZHA integration.
I’ve been playing with writing automations for this device and I’m finding that when using the “device” trigger type HA is calling both the double and the triple click automation regardless of whether I double or triple click.
So, I have an automation with Double Click as a trigger and a second automation with Triple Click as the trigger. When I double click the device both the double and the triple click automation fire. When I triple click, same behavour.
I don’t see this problem with the single click automation. It is never called by the double, or triple click and is only called with a single click of the button.
I also don’t see the problem when using this blueprint:
https://community.home-assistant.io/t/zha-ikea-symfonisk-sound-controller-for-media-the-spinny-one/
I have no idea what could be causing this. Anything I can check to try and diagnose? I was watching the event bus and I can see that both automations are triggering so something is making HA thing this is the right thing to do.