100 one instead of 100%

I have a Gardena Soil sensor.
I want to display the values of this thing.
But it formats as 100 one instead of 100%.

How can I modify this model/thing so it properly displays the value.

how does your current setup look like ?

Make it Number:Dimensionless type.

Change state description pattern to %.0f %%. You most likely have %unit% in it.

Hi,

Thanks for your suggestions.

%.0f %% makes it 10000% instead of 100 one
and
It’s already Number:Dimensionless.

From the docs, I would assume, the binding does not support UoM, therefore it would be just Number and state description %.0f %%

1 Like

Yes, removing the Dimensionless did the trick.
Thanks

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.