Update Rachio component configuration (#7180)

* Update Rachio component configuration

* Minor change
This commit is contained in:
Klaas Schoute 2018-10-28 12:21:03 +01:00 committed by Fabian Affolter
parent 759573e1be
commit ae77bb4299

View File

@ -29,13 +29,24 @@ To add this platform to your installation, add the following to your `configurat
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
rachio: rachio:
api_key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx api_key: YOUR_API_KEY
``` ```
Configuration variables: {% configuration %}
api_key:
- **api_key** (*Required*): The API key for the Rachio account. description: The API key for the Rachio account.
- **manual_run_mins** (*Optional*): For how long, in minutes, to turn on a station when the switch is enabled. Defaults to 10 minutes. required: true
type: string
hass_url_override:
description: If your instance is unaware of its actual web location (`base_url`).
required: false
type: string
manual_run_mins:
description: For how long, in minutes, to turn on a station when the switch is enabled.
required: false
default: 10
type: integer
{% endconfiguration %}
<p class='note'> <p class='note'>
**Water-saving suggestion:**<br> **Water-saving suggestion:**<br>