[SOLVED] Change of state "text" field on BasicUI

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"

either don’t use the label in your sitemap entry or set it the same as your item entry
this should do it