From fac88207e63b64e394f5404f596e2bae72417038 Mon Sep 17 00:00:00 2001 From: Nuno Sousa Date: Wed, 10 May 2017 07:41:34 +0100 Subject: [PATCH] Add password parameter to uvc component (#2600) --- source/_components/camera.uvc.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/camera.uvc.markdown b/source/_components/camera.uvc.markdown index 3001ccff930..c7c0bc29f66 100644 --- a/source/_components/camera.uvc.markdown +++ b/source/_components/camera.uvc.markdown @@ -23,6 +23,7 @@ camera: - platform: uvc nvr: IP_ADDRESS key: API_KEY + password: PASSWORD ``` Configuration variables: @@ -30,4 +31,4 @@ 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. - +- **password** (*Optional*): The camera password. (defaults to `ubnt` if not given)