Unify Camera RTSP Surveilance camera stream

Hello,

I am using the latest version(0,97.2) of Home assistant as a docker on an unraid server .

I am new to the Home assistant universe and from what I can see I like it, but i am truly struggling to integrate my camera with the Lovelace UI and so on.

I have RTSP(have the adress) and Anonyous Snap enabled.

But i am really struggling to get it to work.
What do i have to put where?

I have tried to understand the

and

I am guessing that i am missing a step or two and really need help.

What should i put in the configuration.YAML file?
what should i out in the “ui-lovelace.yaml” file?

As i wrote in the topic I have an Unify Camera, G3 .

When i try
“this”(example)

  • platform: generic
    name: Front Porch
    still_image_url: https://192.168.X.X/snap.jpeg
    stream_source: rtsp://192.168.X.X:7447/AbCdeFGhiJK
    verify_ssl: false

On a Picture entity card i get errors of diffrent kinds.
“like this”
YAML Error: YAMLException: bad indentation of a mapping entry at line 2, column 13: - platform: generic

so please if anyone have a quick and clear guide, i would appreciate it alot

1 Like

configuration.yaml:

# streaming component
stream:

# garage camera
camera:
  - platform: generic
    name: Front Porch
    still_image_url: https://192.168.X.X/snap.jpeg
    stream_source: rtsp://192.168.X.X:7447/AbCdeFGhiJK
    verify_ssl: false

Lovelace example

Thanks man, got it working with this:)

On phone is tehre anyway to have the card have a “live” view instead of small thumbnail