Hi, I have managed to get value from webpage into HA but the value shows “18°” for 18° Celsius. I want it to be a number so I can trend it and I understand it is needed a Template command with split and I have tried this {{ value.split(“°”)[1] }} but then I get no value.
Can anyone help me with correct data for template ?