button-card icon indicating copy to clipboard operation
button-card copied to clipboard

Unable to get the Camera Stream working

Open MiAutomations opened this issue 2 years ago • 1 comments

Hello

I'm not able to load or view the stream in card, I need to click in the card in order to get the image from the camera

Configuartion.yaml

stream:

Card configuration:

type: custom:button-card camera_image: camera.reolink show_live_stream: true

Can you please help me in order to fix this ?

Thank you

MiAutomations avatar Nov 26 '21 10:11 MiAutomations

That is not the right configuration. Please use:

type: custom:button-card
entity: camera.reolink
show_live_stream: true
show_entity_picture: true # might or might not be required, I don't remember :)

RomRider avatar Dec 30 '21 17:12 RomRider