Skip to content

Commit c5c0cf9

Browse files
cisasteelersfanrohankapoorcom
authored andcommitted
Add use_https configuration option to quantum_gateway component (home-assistant#8826)
* add use_https configuration option * Update to 'use_https' to CONF_SSL string 'ssl'
1 parent b12e93b commit c5c0cf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_components/device_tracker.quantum_gateway.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ password:
3838
description: The password for the `admin` user. The default password may be printed on the gateway itself.
3939
required: true
4040
type: string
41+
ssl:
42+
description: Use HTTPS when connecting to gateway. New firmware may require HTTPS while older may require this to be False.
43+
required: false
44+
type: boolean
45+
default: True
4146
{% endconfiguration %}
4247

4348
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

0 commit comments

Comments
 (0)