mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
b12e93b4c3
commit
c5c0cf9a71
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user