How to show a Home Assistant apexcharts-card when a header item is pushed? #4921
Unanswered
AdrieKoolen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m using the apexcharts-card in Home Assistant to view the history of temperatures and humidity of the thermostat and 3 radiators in my living room:

When I push the 15.1 °C / “Radiator achter” in the header, I get a popup window with detailed information on the entity:

What I want to achieve is to replace contents of this popup window with an apexcharts-card of my own design, instead of the Home Assistant card that is shown now. I’ve tried to do this with the following YAML:
Now, when I push the 14.8 °C / “Radiator keuken” in the header. The current tab, containing the ‘Woonkamer’ card, is left and I’m redirected to the Overview tab. But the navigation_path appears to do something...

I’ve also got an apexcharts-card, showing the rPi CPU load and temperature. When I push on the Usage in its header, I get a popup window:
Ignore the Toolbar / Zoom icons, which are popping up from the apexcharts-card behind the popup window... 😏
I’ve got two questions:
I’m not very experienced in Home Assistant, apexcharts-card and YAML, so forgive me when my questions are stupid or have trivial answers.
Regards,
Adrie Koolen
Beta Was this translation helpful? Give feedback.
All reactions