mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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:
parent
0216c72827
commit
d97a7654d7
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user