Add use_https configuration option to quantum_gateway component (#8826)

* add use_https configuration option

* Update to 'use_https' to CONF_SSL string 'ssl'
This commit is contained in:
Colby Rome 2019-03-11 00:26:34 -04:00 committed by Rohan Kapoor
parent b12e93b4c3
commit c5c0cf9a71

View File

@ -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.