Change Moisture history chart type?

Does anyone knows how to customize the history chart?
I want my moisture sensor to show as line chart instead of an event change bar.
Thanks a lot

Add unit_of_measurement to the config.

I.e.:

  • platform: mqtt
    state_topic: “sensor05/12345”
    name: Room
    unit_of_measurement: ‘°C’
    expire_after: 600

Thanks that worked!