mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
UVC updated configuration example (#5605)
* Updated comments to show that password is required and updated the
description.
* ✏️ Corrects password requirement
This commit is contained in:
parent
4787b97074
commit
918c267aff
@ -13,7 +13,6 @@ ha_release: 0.13
|
|||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `uvc` camera platform allows you to integrate [UniFi Video Camera (UVC)](https://www.ubnt.com/products/#unifivideo) into Home Assistant.
|
The `uvc` camera platform allows you to integrate [UniFi Video Camera (UVC)](https://www.ubnt.com/products/#unifivideo) into Home Assistant.
|
||||||
|
|
||||||
The platform connects to the Unifi NVR software and automatically discovers/adds any camera connected to the NVR.
|
The platform connects to the Unifi NVR software and automatically discovers/adds any camera connected to the NVR.
|
||||||
@ -42,16 +41,16 @@ nvr:
|
|||||||
description: The IP or hostname of the NVR (Network Video Recorder) server.
|
description: The IP or hostname of the NVR (Network Video Recorder) server.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
key:
|
|
||||||
description: The API key available from the NVR web interface.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
port:
|
port:
|
||||||
description: The port number to use for accessing the NVR.
|
description: The port number to use for accessing the NVR.
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
default: 7080
|
default: 7080
|
||||||
name:
|
key:
|
||||||
|
description: The API key available from the NVR web interface.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
description: The camera password.
|
description: The camera password.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user