From cdd3cbbf5686e47f1c748a7b989ea24d4b1bb7e6 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 21 Jan 2021 14:07:52 -0600 Subject: [PATCH] Remove YAML support from rachio (#16252) --- source/_integrations/rachio.markdown | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/source/_integrations/rachio.markdown b/source/_integrations/rachio.markdown index 0bd2963aed6..d75753220ff 100644 --- a/source/_integrations/rachio.markdown +++ b/source/_integrations/rachio.markdown @@ -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 %} - -
- **Water-saving suggestion:**
-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.