Hi all,
I’m working on a wall-mounted Home Assistant dashboard and would like to add a scene selector. I’ve attached a mockup of what I have in mind.
The idea is simple: clicking a normal dashboard card opens a fullscreen (or almost fullscreen) overlay with a 3×3 grid of scene cards and a close button (ideally this should work the same as the current dasboard builder that you can basically put anything it it).
I’d like to keep this as native to Home Assistant as possible, both visually and technically. The scene cards should look like my normal HA button cards rather than introducing a completely different UI style.
Does something like this already exist, or is there a good native way to achieve it?
I’ve looked at Browser Mod, which seems like it could work by putting normal HA cards inside a fullscreen popup. I also found the experimental Tile Popup Card (ha-card-tile-popup) on GitHub, but its just not exactly what I’m looking for.
If there isn’t an existing solution, I’m also happy to build a small custom scene-selector-card for this, just want to know if I’m missing something before I do that
Curious how others would approach this!

