From c85302ed695238074f042ad75238a13c00c71678 Mon Sep 17 00:00:00 2001 From: Jason Ross Date: Tue, 7 Jan 2020 08:52:54 -0600 Subject: [PATCH] Add Documentation for PIN Feature (#11571) --- source/_integrations/venstar.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/venstar.markdown b/source/_integrations/venstar.markdown index f87295d3c99..f8d3266685f 100644 --- a/source/_integrations/venstar.markdown +++ b/source/_integrations/venstar.markdown @@ -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 ```