Hey,
is it possible to make a straight line wit x=start->end y=last sensor value?
As it is 24hour graph i can instantly compare usage on the same time a day before, if its higher or lower.
Thank you for any help.
P.S. i want ot use history graph as it is showing 24hours timeline
- type: history-graph
entities:
- entity: sensor.spotreba_denni_celkem
hours_to_show: 24
refresh_interval: 600
title: Dnes spotreba celkem
The point is it is tracking and working as i wanted, that is not an issue.
But i want a line on the graph so ican can visualy instantly compare previous day in the exact time that im in now
It’s not that difficult and setting up influxdb is anyway something I’d recommend for everyone planning to keep long-term data of Home Assistant. Here’s an easy guide to set both up.