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
|
@ -22,11 +22,18 @@ To set it up, add the following information to your `configuration.yaml` file:
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sleepiq:
|
||||
username: you@example.com
|
||||
password: omgsecure
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Your SleepIQ username (usually an e-mail address).
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Your SleepIQ password.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
- **username** (*Required*): Your SleepIQ username (usually an email address).
|
||||
- **password** (*Required*): Your SleepIQ password.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue