EZViz Camera connection to HA

Hey all , the hikvion settings work perfect including for binary_sensors:

My Configuration.yaml

- platform: hikvision
  # Your host IP below
  host: x.x.x.x 
  username: !secret hikvision_username
  password: !secret hikvision_password

- platform: generic
  name: Back Yard
  # Enter your username, password and IP
  still_image_url: "http://username:[email protected]/ISAPI/Streaming/channels/101/picture"
  stream_source: "rtsp://username:[email protected]:554/Streaming/Channels/101"

My lovelace cards

type: picture-glance
entities:
  - binary_sensor.back_yard_camera
camera_image: camera.back_yard
camera_view: live
1 Like