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