Add Documentation for PIN Feature (#11571)

This commit is contained in:
Jason Ross 2020-01-07 08:52:54 -06:00 committed by Franck Nijhof
parent d18b2af107
commit c85302ed69

View File

@ -56,6 +56,10 @@ password:
description: Password for the thermostat. description: Password for the thermostat.
required: false required: false
type: string type: string
pin:
description: Pin for Lockscreen (required if lock screen enabled)
required: false
type: string
ssl: ssl:
description: Whether to use SSL or not when communicating. description: Whether to use SSL or not when communicating.
required: false required: false
@ -83,6 +87,7 @@ climate:
ssl: true ssl: true
username: OPTIONAL_AUTH_USER_HERE username: OPTIONAL_AUTH_USER_HERE
password: OPTIONAL_AUTH_PASS_HERE password: OPTIONAL_AUTH_PASS_HERE
pin: LOCKSCREEN_PIN
timeout: 5 timeout: 5
humidifier: false humidifier: false
``` ```