I want to export MQTT messages to Home Assistant, but the numbers are too long.How can I make them shorter?

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/f8b389a8-3d3b-4982-9967-1cd04a041190%40app.fastmail.com.
- name: "Outside"
device_class: "temperature"
state_topic: "vp2/loop"
unit_of_measurement: '°F'
value_template: "{{ value_json.outTemp | float | round(1) }}"