lovelylain / hass_ingress

Home Assistant ingress feature, add additional ingress panels to your Home Assistant frontend.
Apache License 2.0
31 stars 6 forks source link

Ingress without sidebar? #12

Closed rohankapoorcom closed 4 weeks ago

rohankapoorcom commented 1 month ago

Is it possible to load the ingressed page without drawing the sidebar? I'm trying to embed the ingressed app (Music Assistant) into an existing dashboard using the iframe card and it ends up with a second copy of the sidebar which doesn't look good.

image

lovelylain commented 1 month ago

Three methods:

Recommend the last one.

rohankapoorcom commented 4 weeks ago

Thank you! This wasn't working with Home Assistant 2024.03.x, but I just upgraded to 2024.04.x and it's working now!

lovelylain commented 4 weeks ago

@rohankapoorcom Which of the above 3 methods did you choose?

rohankapoorcom commented 4 weeks ago

I used the third option (that way if I wanted to click on the item in the sidebar, it would still have the header). Now I just need to get the iframe card to handle resizing to fill the available space properly.