Climate “generic thermostat" component only reports Farenheit temperatures in whole units

I noticed when using the “generic thermostat” climate component, Fahrenheit values are reported in integers even though my sensor reports with a precision of halves. Could someone change it so that there is a config option to allow support for halves/tenths for F values? I know that the climate component supports the ability to report halves based on the documentation. https://github.com/home-assistant/home-assistant/commit/038b1c1fc67ca33e0e242a27d6dc80ad7305b675

I also want higher-precision Fahrenheit numbers and am willing and able to make a PR proposing the change. I think it’s as easy as adding a conf control that can specify precision in whole numbers, halves, or tenths.

There’s a great example config that we can borrow in opentherm_gw.

Added a PR for this feature here: https://github.com/home-assistant/home-assistant/pull/18317

Apologize for my intrusion: I am new to Home assistant but experimentig the same need to have higher precision in temp setting for Generic Thermostat.
Now, even if there is a precision tag, it’s not working, afaik.
Whatever I set there, the precision is always 0.5°C.
Do I need to open an issue?