mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added ssl and verify_ssl parameters in ddwrt device tracker component (#6750)
* Added ssl and verify_ssl parameters in ddwrt device tracker component * Minor updates
This commit is contained in:
parent
755fdf54f4
commit
40a74d48af
@ -38,6 +38,16 @@ password:
|
||||
description: The password for your given admin account.
|
||||
required: true
|
||||
type: string
|
||||
ssl:
|
||||
description: Whether to connect via HTTPS.
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
verify_ssl:
|
||||
description: If SSL/TLS verification for HTTPS resources needs to be turned off (for self-signed certs, etc.)
|
||||
required: false
|
||||
type: boolean
|
||||
default: true
|
||||
{% endconfiguration %}
|
||||
|
||||
By default Home Assistant pulls information about connected devices from DD-WRT every 5 seconds.
|
||||
|
Loading…
x
Reference in New Issue
Block a user