UniFi Video Camera


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
    key: API_KEY

Configuration variables:

  • nvr (Required): The IP or hostname of the NVR (Network Video Recorder) server.
  • key (Required): The API key available from the NVR web interface.
  • port (Optional): The port number to use for accessing the NVR.
  • password (Optional): The camera password. Defaults to ubnt if not given.