Updated Markdown to include SSL support in NVC camera plugin (#7690)

* Updated Markdown to include SSL support in NVC camera plugin

* Add period
This commit is contained in:
Carlos Gustavo Sarmiento 2018-12-01 09:46:55 -08:00 committed by Fabian Affolter
parent 0216c72827
commit d97a7654d7

View File

@ -34,6 +34,7 @@ camera:
- platform: uvc
nvr: IP_ADDRESS
key: API_KEY
ssl: USE_SSL
```
{% configuration %}
@ -55,4 +56,9 @@ password:
required: false
type: string
default: ubnt
ssl:
description: Should use SSL/TLS to connect to the NVR.
required: false
type: boolean
default: false
{% endconfiguration %}