mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Documentation for PIN Feature (#11571)
This commit is contained in:
parent
d18b2af107
commit
c85302ed69
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user