Smartthing Sensor Temperature Rounding

Is there a way to have the temperature readings from my Smartthings motion sensors round up to whole numbers. Showing 2 decimal places is taking up too much space in mu Hubitat Dashboard tiles.

2 Likes

The long way around is to use WebCore, round the incoming number and send it out to a virtual temp device.
I don't know of any other way except to modify the HE driver and use it as a custom driver.

Thank you for the suggestion. I will try webcore.