@Emil I have just ordered a bunch of flic duo with hub.
I am new to both home assistant and flic platform but I do want home assistant in between to have better support for everything I want to do.
What I want is a simple mqtt implementation that can send over which controller is triggering, which gesture and which amount.
Is all of this possible?
Can you post instructions on how to make this happen?
I am guessing I want a message similar to this
publishMqtt("flic/button", {
buttonId: "button1",
gesture: "twist",
value: 47
});