WTH entity graphs are gone

Edit: There is an open issue about this on GitHub: Popup information windows no longer popup after 2026.4.0 release install, affects buttons and UI elements. · Issue #167252 · home-assistant/core · GitHub

HA entities no longer have a link to show a graph of past values, such as, 2 days by default, selectable Today, Yesterday, Week and more. I read the release notes for 2026.4 and 2026.3 in their entirety, but don’t see any mention of this. 2026.3 was a big UI change, but I didn’t notice the loss of the entity graphs until today. They were there a day or two ago.

To be clear, I’m referring to the graphs available on Overview > [click an entity] > graph icon left of the gear icon is gone.

I have made no configuration.yaml changes recently.

Where can I access these entity graphs?

  • Installation method Home Assistant OS
  • Core 2026.4.2
  • Supervisor 2026.04.0
  • Operating System 17.2
  • Frontend 20260325.7
  • Companion app 2026.3.2-full (20802)

do you mean the following?

az_recorder_20260419_203517

Yes. I lost access to those graphs. The link is not on the entity screen. The video is too fast to see the first screen.

Clear your browser cache and restart the browser

I rebooted HA (not restart), cleared the HA app cache and browser cache. The entity graphs are still gone.

You don’t have the “see more” link when you tap a card with tap_action: more info?



I’m using 2026.3.3.

Try opening your HA instance in a Incognito/InPrivate web browser and see if the issue still occurs there.

I don’t get to that screen on any entity. My entities no longer have a graph icon left of the gear.

HA in incognito web browser doesn’t bring the charts back. The issue still occurs there.

Thats… odd? Any Kiosk app/addon/intergration installed? I know Kiosk Mode can hide such things if enabled.
I can still see it as of upgrading to 2026.4.3.

Here are my HACS downloads:

Here is what is in config/www/community:

Here’s what’s in config/custom_compontnts:

All your entities or just one? Are there recorder errors in your logs?

All entities. I have no recorder exclusions.

Please answer the question

No recorder errors. I verified that sqlite is good, statistics are there, entities are fully configured.

Then the only thing it can be is your browser.

I have tried Safari, DDG and Chrome after clearing the cache of each. On my Android I have tried Android browser, DDG and Chrome and also use the HA app on Android after clearing its cache. None display the graph and “show-more”.

Thank you for your suggestions. I appreciate it.

From my standpoint, what you’re saying doesn’t make sense.

If no history is presented in the UI then it’s one of the following:

  • Browser cache.
  • Recorder or History is failing: Bug, corrupt db, etc.
  • Entities are excluded from recorder/history.
  • You’re running a browser and there’s a bug in that browser.

You said you’ve cleared your browser cache.
You’ve said there are no errors in your logs. I.e. no recorder or history error in logs.
You’ve said you are not excluding anything.
You’ve said you’ve tried multiple browsers.

There’s no other options on what can be causing your problems. It’s one of the items in the bullet list.

As a last ditch effort, you can start HA in safe-mode. Clear your cache, refresh the page, and see if the history graph is there. This would mean you have custom frontend resources that are causing problems.

2 Likes