Tile card no longer showing decimal places with ESP32 sensor

I have an ESP32-c3 measuring a voltage on an ADC pin. My dashboard uses a simple tile card to display the value. Up until the last update, the displayed value had two decimal places. It how rounds the number to an integer – useless for me. I’ve tried setting the ESP device accuracy to two decimal places but the dashboard still only displays integers.

How can I change either the tile card or the esp device to show the voltage to two decimal places again?

Thanks.

Hello Marc Brule,

Either look at the device in Home Assistant Entity panel and change the precision,
Open your Home Assistant instance and show your entities.
or if the data is just not coming from the ESP device, you have to set the precision in the espHome sketch also.

Got it! thanks!

1 Like