System Monitor and format fix for CPU temp

So I am getting intermittent really bad formatting on the CPU temperature on my HA system… I am using system monitor to pull the data.
System info:

 Home Assistant 2023.8.4 
Supervisor 2023.08.3 
Operating System 10.5 
Frontend 20230802.1 - latest 

System monitor config in /config/sensor/misc_sensors.yaml:

- platform: systemmonitor
  resources:
    - type: load_1m
    - type: load_5m
    - type: memory_free
    - type: last_boot
    - type: disk_use_percent
      arg: /
    - type: processor_temperature

image

How do I prevent this from showing in this format, it should and usually does show XXX.X, but sometimes it appears not to round and gives the above format.