home-assistant.io/source/_components/camera.uvc.markdown
2016-04-30 16:39:56 +02:00

884 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page UniFi Video Camera Instructions how to integrate UVC cameras within Home Assistant. 2016-02-07 10:00 true false true true ubiquiti.png Camera 0.13

The uvc component allows you to integrate UniFi Video Camera (UVC) into Home Assistant.

To enable a UVC camera in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
camera:
  platform: uvc
  nvr: IP_ADDRESS
  port: PORT
  key: APIKEY

Configuration variables:

  • nvr Required*: The IP or hostname of the NVR (Network Video Recorder) server.
  • port Optional: The port number to use for accessing the NVR.
  • key Required: The API key available from the NVR web interface.