0.5 display precision

Since 2023.03 we have display precision separated from actual state value. Now can we have 0.5 precision? For values like temperature, 0.5 degree is enough to get the feeling of temperature and difference of 0.1 is just hard to grasp and meaningless. @emontnemery what say you?

If you are creating the sensor with a template, the following filter will do that for you:
| round(1, 'half', 0)

Yeah, also |float*2)|round(0)/2 will do. But display precision is all about not using templates, right?

I was only trying to help by giving you a work around in the meantime.

1 Like