Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.