https://community.home-assistant.io/t/custom-energy-dashboard-how-to-place-energy-date-selection-card-in-header/406472/28
How do I get charts to filter based on an input like this guy was able to for your own dashboards?
Home Assistant Community
I was able to get the date selector in the header by using this code: header_cards: justify_content: null cards: - type: energy-date-selection card_mod: style: | ha-card { --ha-card-background: "rgba(30, 30, 30, 0.0)"; --ha-card-border-width: 0px; --ha-card-border-radius: 1px ...