Update Plex sensor docs for SSL verification (#8727)

This commit is contained in:
Niccolò Maggioni 2019-03-25 20:45:28 +01:00 committed by cgtobi
parent ea5ef411f4
commit 7bcaead449

View File

@ -60,8 +60,13 @@ token:
required: false
type: string
ssl:
description: Use HTTPS to connect to Plex server, *NOTE* host *must not* be an IP when this option is enabled.
description: Use HTTPS to connect to Plex server, **NOTE:** host **must not** be an IP when this option is enabled.
required: false
default: false
type: boolean
verify_ssl:
description: Verify the SSL certificate of your Plex server. You may need to disable this check if your local server enforces secure connections with the default certificate.
required: false
default: true
type: boolean
{% endconfiguration %}