Remove YAML support from rachio (#16252)

This commit is contained in:
J. Nick Koston 2021-01-21 14:07:52 -06:00 committed by GitHub
parent b989aa6315
commit cdd3cbbf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,30 +39,8 @@ In order for Rachio switches and sensors to update, your Home Assistant instance
To add `Rachio` go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Rachio**.
Alternatively, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
rachio:
api_key: YOUR_API_KEY
```
{% configuration %}
api_key:
description: The API key for the Rachio account.
required: true
type: string
manual_run_mins:
description: Duration in minutes to run when activating a zone switch.
required: false
default: 10
type: integer
{% endconfiguration %}
<div class='note'>
**Water-saving suggestion:**<br>
Set `manual_run_mins` to a high maximum failsafe value when using scripts to control zones. If something goes wrong with your script, Home Assistant, or you hit the Rachio API rate limit of 1700 calls per day, the controller will still turn off the zone after this amount of time.
After setting up the integration, change the options to set the duration in minutes to run when activating a zone switch to a maximum failsafe value when using scripts to control zones. If something goes wrong with your script, Home Assistant, or you hit the Rachio API rate limit of 1700 calls per day, the controller will still turn off the zone after this amount of time.
</div>