I’ve been using Template Components, such as a Template Number to control the speed on a PWM based fan. I’d like to be able to put an LCD touch screen on the fan controller so I can control the fans remotely (through Home Assistant and the web page), and can use an LCD screen connected to the ESP32. If I use LVGL Sliders on the LCD, then they will serve as a speed indicator as well as a control.
I’m thinking I can use on_value
or on_chnage
in these components to change the value/state in the other “paired” component. I was wondering if there’s an easier way to link the web template component with the LVGL component.