I’m testing a setup with ESPHOME module and all works fine. I have a PWM dimmable output that I can control with HA.
However, I would like to make it even better by making the intensity slider ‘real time’. I can see the dimming value change on the fly when I move the slider, but there is no data sent until I release my mousebutton.
Can someone please help me on the way to configure/program this feature?
It’s the same case for my lyfx bulbs, I can slider the slider around but untill I release it, no data gets sent.
I suspect it’s Home Assistant not ESPHome that is having that I effect.
But somehow it should be possible to send commands with regular interval (100 or 200ms) while dragging the mouse (finger) over the slider. this is already so with the attached % value
I don’t seem to find where this change should be made in the slider code
Would some genius be willing to give me some pointers? Or even better, rewrite the code to fix this issue?