How do I remove "time" from entities card?

How do I remove this?

image

This “time” seems to be a unit_of_measurement of these sensors.
Are these your own template sensors?
If yes - why this UoM was defined?

Also, does it help if you change the format of the entity in the entities card?
See: Entities card - Home Assistant

If this is not your own sensor and you want to change it, you can change it with customize, like so in configuration.yaml:

homeassistant:
  customize:
    sensor.your_sensor:
      unit_of_measurement: 'hour' #or whatever you like

More info: Customizing entities - Home Assistant

Thank you both for these! You were both in a way correct.
I didn´t read integration documentation all the way trough…

I managed to set UoM the way I wanted.

1 Like