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 %} - -