Http sensor unique ID

Hi,

I have a couple of http sensors which gets created by some other server sending http post request to my Home Assistant instance.

I am not able to figure out from the documentation how to assign a unique id to these sensors.

Is this at all possible? is there some attribute in the post requests json data I could set?

/T

You can’t.

For that you’d want to switch to MQTT, which does support unique_id.

That’s what I suspected. Thanks for the answer and suggestion, I’ll see if I can get that working.