Show Energy dashboard as a subpanel view

The Energy dashboard is one example. I could ask the same question about the standard Calendar dashboard and maybe a few others.

My main dashboard is a kiosk, so no browser navigation. In addition to the stuff I show on that dashboard, I have a few buttons that navigate to more details for some things. Those more detailed things are defined as views in another dashboard and configured as subpanels. That gives me the convenient back arrow for returning users to the main dashboard.

I’d like to be able to do something similar with things like the Energy dashboard, but I don’t know the best way to do it. If I just use a button to navigate to the Energy dashboard, there is no back arrow or any other way to get back to the main dashboard. I’d rather not re-create the energy stuff myself using the energy cards if I can help it.

Is there a usual way of doing this?

I think it would be possible do this with a subpanel in Panel layout that uses a webpage card pointing to the Energy dashboard. Is there a better way?

for energy dashboard you can reuse all cards in a subpanel and rebuild it as you like.

Setting aside the fact that that’s what I’m trying to avoid, how would I go about it? It looks to me like all of the cards in the standard energy panel are part of the HA source code. I haven’t found a way to select any of those cards to add to a panel of my own. Maybe I just haven’t looked in the right place or the right way.

They’re all available but you have to add them in manual/yaml mode.

Examples:
https://www.home-assistant.io/dashboards/energy/

Oh, cool. Thanks @karwosts. I don’t know how I missed that documentation when I was scouting around for it earlier. It looks like just what I wanted.