I have sensor in my network on http://some_ip/temp1
When I get this url, I got this e.g.:
“Temperature: -1.30 °C”
I need to consume it and save data into sensor.
I found I can create new sensor restful RESTful Sensor - Home Assistant
But I need to parse data somehow and I don’t know how.
Can you share with me how ?