Remove MQTT tls_version documentation (#13835)

This commit is contained in:
Erik Montnemery 2020-06-24 18:53:01 +02:00 committed by GitHub
parent d31e0a5309
commit 8f31b710e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,6 @@ tls_insecure:
description: Set the verification of the server hostname in the server certificate.
type: boolean
default: false
tls_version:
required: false
description: "TLS/SSL protocol version to use. Available options are: `'auto'`, `'1.0'`, `'1.1'`, `'1.2'`. Make sure to put quotes around the value. Defaults to `'auto'`."
type: string
{% endconfiguration %}
<div class='note'>