FR: Sensor widget automatically adjusting format

Hey,

what is the best way to format sensor values displayed
when esphome delivers long float data like: 49.273552 % ?

  • Forcing format at the source (esphome)?
  • Manipulate it at HA instance?
  • Or some other way?

Would be nice if remote 3 could display them automatically adjusted to (widget)button size, or some local remote option for formatting.

From the remote side it’s possible to limit the number of decimal places to show by defining this through the decimal option (core-api/doc/entities/entity_sensor.md at main · unfoldedcircle/core-api · GitHub). As I don’t use HA I don’t know how you can change this with the HA integration.