Skip to content

Commit

Permalink
QVR Pro documentation (home-assistant#11877)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

* Update source/_integrations/qvr_pro.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

* Remove optional config.

* ⬆️ Bump ha_release

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
oblogic7 and frenck authored Mar 4, 2020
1 parent 78b3b13 commit 4b3ba45
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions source/_integrations/qvr_pro.markdown
Original file line number Diff line number Diff line change
@@ -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 added source/images/supported_brands/qvr_pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b3ba45

Please sign in to comment.