Keep sample minimized

This commit is contained in:
Fabian Affolter 2017-05-10 08:43:27 +02:00
parent 1d2321afd6
commit 1eed120ae9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,12 +23,11 @@ camera:
- platform: uvc - platform: uvc
nvr: IP_ADDRESS nvr: IP_ADDRESS
key: API_KEY key: API_KEY
password: PASSWORD
``` ```
Configuration variables: Configuration variables:
- **nvr** (*Required*): The IP or hostname of the NVR (Network Video Recorder) server. - **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. - **key** (*Required*): The API key available from the NVR web interface.
- **password** (*Optional*): The camera password. (defaults to `ubnt` if not given) - **port** (*Optional*): The port number to use for accessing the NVR.
- **password** (*Optional*): The camera password. Defaults to `ubnt` if not given.