mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Add password parameter to uvc component (#2600)
This commit is contained in:
parent
04c1d83508
commit
fac88207e6
@ -23,6 +23,7 @@ camera:
|
|||||||
- platform: uvc
|
- platform: uvc
|
||||||
nvr: IP_ADDRESS
|
nvr: IP_ADDRESS
|
||||||
key: API_KEY
|
key: API_KEY
|
||||||
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -30,4 +31,4 @@ 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.
|
- **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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user