mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Update Rachio component configuration (#7180)
* Update Rachio component configuration * Minor change
This commit is contained in:
parent
759573e1be
commit
ae77bb4299
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user