Hi there!
I´m using a product called “husdata” that sends mqtt from my heatingpump.
I got the values for my picture:
But the problem I have is that the values are in 2 decimals. I can´t find how to change this to 1?
This is my mqtt setup for one sensor in configuration.yaml:
- platform: mqtt
state_topic: "b4e62d65a999/HP/0007"
name: "Outdoor"
unit_of_measurement: "°C"
icon: mdi:thermometer
edit: This is my picture-element for that sensor
- type: state-label
entity: sensor.outdoor
style:
top: 10%
left: 8%