Hello. I have readings from sensors on mqtt on the site map, but the page does not change the indications, I need to update the page, can I somehow change them when I receive this topic?
Number temp "Temperature [%s °C]" {mqtt="<[mosquitto:/ESP/DHT/TEMP:state:default]"}
Number HUM "Humidity [%.1f %%]" {mqtt="<[mosquitto:/ESP/DHT/HUM:state:default]"}
Text item=temp label="Temperature" icon="temperature"
Text item=HUM label="Humidity" icon="temperature"