I want to add a slider to Lovelace to change the value of a variable on a Tasmota. I am doing so by adding the following code:
input_number:
slider:
name: Set Pool Temperature
min: 60
max: 95
step: 1
I then create an automation to send the value to the Tasmota via mqtt. The issue is the value that is displayed on the slider on the right does not change when I move the slider. When I click on the slider it shows the current value as I move it up and down but the value on the right does not change.
I have used this in HA before and it has always worked just fine.