Hide banner in picture from generic camera

Hi!
I’m working on my weather-group in HA with various sensors and pictures. To retrieve radar images I use the generic IP camera and it works like a charm.
However: is there a way to hide the banner at the bottom of the pictures/streams? Se attached example.

Annoying isn’t it?

Click on the image and it will pop up without the banner. That is all I know!

1 Like

If you use the new Lovelace UI, you can hide the banner in the Picture Entity Card.

BTW, the docs are not up to date.
I’m using this to hide the banner (0.75.0b0).

          - type: picture-entity
            entity: camera.zeropi01
            show_name: false
            show_state: false
1 Like

That doesn’t work in pre-lovelace.

1 Like

Then it should be show_info: false

Ah, I was thinking that I might wait a couple of months before I test Lovelace UI. A lot of people are saying that things might change since it is still in early progress…
Maybe I will try it out anyway then…

That’s true, but it’s so much easier to setup the frontend.

1 Like

Doesn’t work either I am afraid.

1 Like

Hmm…
I have the settings from the Card Gallery and they work in 0.75.0b0 for me.

2 Likes

Thanks for the link, just bookmarked it as it’s a fantastic reference page for lovelace-ui :slight_smile:

@VDRainer this thread is not about Lovelace, but thanks for that useful link.