Lovelace: Canary camera live stream

I saw another post where user had used picture-glance and having the camera image as background. This is not what I’m looking for. Is picture-entity the only option/correct option to see live stream from Canary Flex camera and Lovelace card?

This is what I have. Would like to make sure this is the correct config. Thank you.

 - type: picture-entity
        entity: camera.driveway
        image:  /api/camera_proxy/camera.driveway?token=xxxxxxxxxx

entity: camera.driveway is to be used with state_image.
To use image:, remove entity: for now and add entities: with something.

1 Like