mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
78b3b13694
commit
4b3ba4509c
54
source/_integrations/qvr_pro.markdown
Normal file
54
source/_integrations/qvr_pro.markdown
Normal 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>
|
BIN
source/images/supported_brands/qvr_pro.png
Normal file
BIN
source/images/supported_brands/qvr_pro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user