HADashboard-widgets icon indicating copy to clipboard operation
HADashboard-widgets copied to clipboard

Use basehagraph in lovelace

Open pipip opened this issue 4 years ago • 1 comments

Hey, is there a way to run the graph widget in lovelace? The functionality of the widget seems to be exactly what I am looking for: graph with x axis and no limit of hours to be displayed

pipip avatar Nov 02 '20 18:11 pipip

I don't use the HA Lovelace UI at all, so I'm afraid I don't know. Writing a custom Lovelace card should be fairly easy though since I am using the plot.ly graph library and all that is needed is to read the HA history for an entity into a javascript array and pass it on to a plot.ly instance.

tjntomas avatar Nov 02 '20 20:11 tjntomas