Hi all, I want to create a sensor which I will set the state of purely via HTTP posts from another HASS instance. I should use https://home-assistant.io/components/sensor.http/ but how do I declare this sensor in my config file?
e.g.
sensor:
platform: http
name: http_sensor1
??