#How to set decimals in "Picture elements card" -> "State label"

1 messages · Page 1 of 1 (latest)

worn hare
#

I would like to set the "Display Precision" for a state label's value to be 0 decimals, so only on the dashboard they show "50%" instead of "50.1%"

i tried all of these but they dont change anything:

  - entity: sensor.esphome_blus_room_dht11_humidity
    style:
      color: cyan
      left: 33%
      scale: 80%
      top: 62%
      decimals: 0
      digits: 0
      precision: 0
chilly condor
#

Display precision is a per-entity setting. Have you changed your entity to have the correct precision?