Browser URI for single page of Lovelace UI?

I use a ui-lovelace.yaml for the HA interface, and my screen has tabs across the top with page configurations like this:

  - title: HVAC ###################################################     
    path: HVAC
        panel: true
        cards: 
          - type: vertical-stack 
            cards: 

I’d like to display these, selectively, on a TV screen (browser) without the tabs on teh top or panel on the left (and without login, though I think I can do that with the trusted stuff). Basically I want what’s in the red box on this screen shot.

For something like graphana there’s a way to address dashboards individually, something like this:

http://xxxxxxxx:3000/api/hassio_ingress/jBqQvdcUYZjviv-TvGbTV0H5_6hmZ2VBCLygoO0dFK0/d/tUE2_BuWk/home-energy?orgId=1

though frankly I don’t recall where I got that URI.

Is there anything similar for these partial pages (delimited by “path” I guess) to select only one for display?

Linwood