Switch how data from a sensor is shown (bar to line)

Hi,

is there a possibility to switch how data from a sensor is shown?

This one is from a Tasmota device (electricity meter), added with the Tasmota integration:

image

The data only shows as a vertical bar chart. But I want to switch to a nicer looking line graph like this one:

image

Inside the Tasmota integration, I have no possibility to change this. Is there any additional code I have to include in my configuration.yaml, lets say as “additional” configuration for this sensor?

Many thanks!

Greetings,
Philip

If the underlying integration has not provided a unit_of_measurement for your sensor it’s state will show up as discrete values. You can add one manually to the entity so that it’s state will be graphed.

Many thanks for this hint, now I get is as favored :slight_smile:

Happy new year!