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