From 7bcaead449c09e6d24a33b3ec7ddbc1af1218bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Mon, 25 Mar 2019 20:45:28 +0100 Subject: [PATCH] Update Plex sensor docs for SSL verification (#8727) --- source/_components/sensor.plex.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.plex.markdown b/source/_components/sensor.plex.markdown index 1854dfedfb3..6d508279065 100644 --- a/source/_components/sensor.plex.markdown +++ b/source/_components/sensor.plex.markdown @@ -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 %}