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
|
@ -18,16 +18,20 @@ To enable it, add the following to your `configuration.yaml` file:
|
|||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
||||
raincloud:
|
||||
username: you@example.com
|
||||
password: secret
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): The username for accessing your Melnor RainCloud account.
|
||||
- **password** (*Required*): The password for accessing your Melnor RainCloud account.
|
||||
- **scan_interval** (*Optional*): Defines the update interval of the sensor in seconds. Defaults to 20seconds.
|
||||
{% configuration %}
|
||||
username:
|
||||
description: The username for accessing your Melnor RainCloud account.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The password for accessing your Melnor RainCloud account.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
Finish its configuration by visiting the [Raincloud binary sensor](/components/binary_sensor.raincloud/), [Raincloud sensor](/components/sensor.raincloud/) and [Raincloud switch](/components/switch.raincloud/) documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue