If I get this right, I would expect numbers to be formatted with one decimal place potentially including rounding. So, from a number like 54.76839, it would expect it to be displayed as 54.8.
However, it gets displayed with all its decimal places:
In the developer sidebar, when displaying =items.WP_Measured_DomesticWaterTemp, it shows
NOT using %unit% to dynamically add the items unit, but hard code in the item config like the following results in Main UI displaying the value as I desire
Is this a bug in parsing the item configuration or does it work as designed and I should refrain from using %unit% in the first place? I took that %unit% idea from here and thought that this was a smart idea.