From c5c0cf9a7109a2cc701b098f0e250ebeb497b3b2 Mon Sep 17 00:00:00 2001 From: Colby Rome Date: Mon, 11 Mar 2019 00:26:34 -0400 Subject: [PATCH] Add use_https configuration option to quantum_gateway component (#8826) * add use_https configuration option * Update to 'use_https' to CONF_SSL string 'ssl' --- source/_components/device_tracker.quantum_gateway.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/device_tracker.quantum_gateway.markdown b/source/_components/device_tracker.quantum_gateway.markdown index 05ff8524740..3949b2e663c 100644 --- a/source/_components/device_tracker.quantum_gateway.markdown +++ b/source/_components/device_tracker.quantum_gateway.markdown @@ -38,6 +38,11 @@ password: description: The password for the `admin` user. The default password may be printed on the gateway itself. required: true type: string +ssl: + description: Use HTTPS when connecting to gateway. New firmware may require HTTPS while older may require this to be False. + required: false + type: boolean + default: True {% endconfiguration %} See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.