Thermostat in floorplan

hello everyone.
I would like to know how I can do to when i click on a temperature it open a thermostat card instead of the information.
Thx in advance

I don’t use browser-mod but that might be a solution. Otherwise you could create a hidden view and navigate to there?

And… how is that done?

Here is some people doing popups with browser_mod Pop up Cards?

The less graceful way could be to use a hidden subview with just the thermostat on it with the back_path set to your floorplan view Views - Home Assistant To get to that view from within floorplan (set your own url):

                  tap_action:
                    action: url
                    url_path: '/lovelace/9' 

You could also just do it in floorplan with a layer that appears and use something like the following picture and set the buttons to do what you need. Here is a solution to increase and decrease temperature with buttons Buttons to increase and decrease temperature - #4 by browetd