HTTP Sensor - How to Round

Hi guys,

I’ve recently set up a couple of HTTP sensors that are updated via a HTTP POSTs from IFTTT.

I’m wanting to round the values that come in.

In a normal sensor I would add ‘| round(2)’ for example to a template, but with a HTTP sensor there is no yaml to fiddle with !

Can I set this some how in the json attributes that are sent from IFTTT ?

Otherwise the only thing I can think of is to create a new template sensor that extracts and manipulates the value from the HTTP sensor which seems like double handling.

Either round at the source or add a template sensor that wraps the “HTTP sensor”.