Configure charts in history tab

Hello.
Could you please help to figure out if it is possible to configure google charts in history tab to show real temperature, not state changes?

When the same temperature values comes from sensor by mqtt, it is ignored by history component due to no changes in state. When state changes (after minutes or hours) 2 dots on the chart connects by single straight line. This way of chart drawing is not correct because doesn’t represent actual temperature. I expect to see on the chart actual temperature - horizontal line until state is changed. See picture for details.

You could add force_update: true to your sensor configuration.

1 Like

Thanks! Now it is working like I want.