Clean up unused and deprecated TLS version setting on MQTT client (#88674)

* Cleanup CONF_TLS_VERSION remains

* Fix diagnostics tests
This commit is contained in:
Jan Bouwhuis 2023-03-01 18:42:34 +01:00 committed by GitHub
parent bdbec491eb
commit ae04c5d773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 10 deletions

View file

@ -33,7 +33,6 @@ CONF_CERTIFICATE = "certificate"
CONF_CLIENT_KEY = "client_key"
CONF_CLIENT_CERT = "client_cert"
CONF_TLS_INSECURE = "tls_insecure"
CONF_TLS_VERSION = "tls_version"
DATA_MQTT = "mqtt"