QVR Pro documentation (#11877)

* QVR Pro documentation

* Consolidate to single file

* Rename requested on component PR

* Move file to _integrations/ and update header content.

* Update documentation

* Lint fix

* Update config example

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Remove optional config.

* ⬆️ Bump ha_release

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Matt Snyder 2020-03-04 03:16:39 -06:00 committed by GitHub
parent 78b3b13694
commit 4b3ba4509c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,54 @@
---
title: "QVR Pro"
description: "Instructions on how to integrate QVR Pro within Home Assistant."
logo: qvr_pro.png
ha_category:
- Camera
ha_release: "0.107"
---
[QVR Pro](https://www.qnap.com/solution/qvr-pro-official) allows you to create
an independent and expandable surveillance environment on your QNAP NAS. The
`qvr_pro` component allows you to view your QVR Pro channels in Home Assistant.
Currently, only cameras are supported by this integration.
## Configuration
To enable QVR Pro integration, add the following to your
`configuration.yaml` file:
```yaml
# Example configuration.yaml entry
qvr_pro:
host: YOUR_HOST
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
host:
description: The IP address where QVR Pro is accessible.
required: true
type: string
username:
description: The username for accessing your Ring account.
required: true
type: string
password:
description: The password for accessing your Ring account.
required: true
type: string
exclude_channels:
description: Comma separated list of channel numbers to be excluded.
required: false
type: list
{% endconfiguration %}
Enabling the QVR Pro camera platform will add all QVR Pro channels by
default. Please see `exclude_channels` if you would like to exclude
specific channels from showing up in Home Assistant.
<p class="note warning">
The QVR Pro user must have Surveillance Management permission.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB