Pop-up Dashboard

I want to create a pop-up dashboard with buttons. When I press a button, the corresponding pop-up should appear. What is the best way to do this and how?

Thanks in advance for your help.

I can think of a couple different ways to do this. Depending on what you mean by pop-up. One thing I use all the time is drop-down list helpers. I have a list of different dashboard name I want to show: Home, Lights, Security, or whatever. Then when you press a button, or something is triggered (motion detected, lock is unlocked, or whatever), that input_select (drop-down list) changes to which ever dashboard name you want to show. Then I use the Visibility options on dashboard cards to show/hide when that input_select is or is not whichever dashboard name you want. If it’s just one dashboard you could also use just a toggle. There are also HACS intergrations like Bubble Card that will literally make a dashboard pop-up. Hopefully this helps.

This is what I know of to pop-up one card from another, based on an action

thomasloven/hass-browser_mod: :small_blue_diamond: A Home Assistant integration to turn your browser into a controllable entity and media player

I use a lot of browser_mod popups.