Navigate to a specific section without scrolling

On the first page of my dashboard I got lights divided per room.

Using the new section titles I’ve added the temperate of the room on the side of the title itself.

Clicking on that temperature I’d like to go to the 3rd page of my dashboard and reach directly the A/C section, without scrolling down to the right position.

Something like:
/lovelace/misc/ac_controls_section

Right now we can just point to the (top of) page

Thanks!

(Second screenshot is taken in edit mode as most of the sections are hidden according to conditions. That is why the page is sooooo long)

This anchor card seems to be a way to pull this off
GitHub - ShadowAya/anchor-card: An anchor (scroll to) card for Home Assistant!

It seems like it would be a nice thing to have built in though.

I was able to get this to work, but after adding in an anchor I can only find it later by editing the YAML directly.

1 Like

Thank you zimmer62,

I’m already trying to implement it, although I read that with the Sections there’s a bug where you can’t open entities after using the anchor.
It would be great if this feature were officially implemented. Thanks again!

1 Like