#Expandable sections without HACS?
1 messages · Page 1 of 1 (latest)
Check out the section on visibility: https://www.home-assistant.io/dashboards/sections/
and showing cards conditionally: https://www.home-assistant.io/dashboards/cards/
Sorry if it wasn't clear, but I'm not looking to limit visibility based on any conditions. I just want to have headers that I can expand to reveal cards. I have a couple very large cards and it's annoying to have to scroll through them to get to any of the cards towards the end. I want the cards to be in collapsible sections so that I can simple expand the section I want when I need it.
Yes
There are no expandable cards/anything on dashboard in stock HA.
You can add a toggle helper to the header of the section though, then use that toggle as a parameter for card visibility in that section. When you tap the toggle switch ”on” all cards become visible.
Interesting, I'll give that a try and see if I like it
Let me know if you want help, happy to show you more screenshots etc
@steady kraken That works super well! Thanks for the idea!