History_graph

My log shows this message for history_graph :
This integration is deprecated and pending removal in Home Assistant 0.107.0, as it was only used by the old states UI (not our current Lovelace UI).

So I removed now to test it, but without this when I click on a sensor or light to see when it was on/off/unavailable etc the graph is missing in LovelaceUI.

I have 150+ sensors/lights what I occasionally check for errors or to see when it was ON/OFF, but I don’t want to use history-graph card for each of them, because there is no space for it on my GUI.

What am I missing with my config, what do I have to implement/change, because the error message clearly states it only affects the old states UI, but for me it removes the graphs in Lovelace too.

I’m talking about this graph, when I click on sensors/lights and show a popup in Lovelace:

6231

The history graph integration has nothing to do with that pop-up. That information is purely pulled from your history.

Indeed, the history graph integration pulls that data from history too.

If removing history_graph: from your config also disables history, then likely you’ve disabled history: and/or recorder.

Thank you, fixed it. I didn’t have history: in my config only history_graph: