Here's all my Home Assistant files available to download
Anchor Card is a custom card for Home Assistant that allows you to link to a specific part of a dashboard. It uses a URL parameter to fire a scroll. (example: lovelace/0?anchor=lights)
type: custom:anchor-card
anchor_id: lights
set a per-page unique identifier. scroll to this card using the url param anchor
negative_margin: 13px
set a negative margin of the card to fix spacing visuals. default is 13px.
timeout: 150
set a timeout to wait before scrolling to the card. default is 150ms. increase this if other cards take long to render.
offset: 0
set a scroll offset. default is 0. can be a negative value.