FR allow core graph cards in footer #25152
Unanswered
Mariusthvdb
asked this question in
Dashboard
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.
Uh oh!
There was an error while loading. Please reload this page.
-
we can use https://www.home-assistant.io/dashboards/header-footer/#graph-header--footer to add a
type: graph
. however, none of the core (energy) graph cards can be added in the footer.We can use the
custom:mini-graph-card
to do thisor, hack the system by using the hui-element custom plugin (note we can Not hack it by using the
type: custom:hui-statistics-grap-card
trick)and show the statistics card after all.
we can even show the energy graph in an entities card footer like that:
This fr is to ask for core Frontend to support the core (energy) graph cards without anything custom.
related community post:https://community.home-assistant.io/t/why-cant-we-use-any-core-graph-card-but-type-graph-in-a-footer/881407
Beta Was this translation helpful? Give feedback.
All reactions