Update configuration samples (#5041)
* Update configuration samples * Minor changes
This commit is contained in:
parent
41a1a06af1
commit
2851b2a606
50 changed files with 473 additions and 312 deletions
|
@ -26,13 +26,18 @@ To enable these lights, add the following lines to your `configuration.yaml` fil
|
|||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: decora_wifi
|
||||
username: my_leviton_user_email@email.com
|
||||
password: my_leviton_password
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): Your "My Leviton" app email address/user name.
|
||||
- **password** (*Required*): Your "My Leviton" app password.
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Your "My Leviton" app email address/user name.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Your "My Leviton" app password.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue