I have some sensors that are able to call a single URL to log values. There is no place to put header values, etc. I would like to create a REST sensor in HA that would get updated via calling a URL.
So, the sensor would call something like this
http://192.168.1.82:8123/api/states/sensor.tempinhell?value=32
and HA would display the sensor and state. I have read a lot of posts and docs and I just can’t seem to get through my head how to do this - if someone could give me a quick example I would be very grateful.
Thanks
Rob