Increase decimal granularity for Melcloud integration

Noticed after configuring the Melcloud integration (https://www.home-assistant.io/integrations/melcloud/), that the “current temperature” is in 0.5 degree increments. Having used the https://github.com/o0Zz/ha-melcloud custom component earlier, I noticed that the the old data had increased granularity, i.e. 0.1 degree increments.

Now, since it is doable to get 0.1 degree accuracy for the current temperature, would it be possible to implement that to the Melcloud integration?

So turns out this is more about me being uneducated. :slight_smile: Applying filters (https://www.home-assistant.io/integrations/filter/) gives the result I’m seeking.

Thanks @vilppuvuorinen for pointing this out.