diff --git a/source/_integrations/hydrawise.markdown b/source/_integrations/hydrawise.markdown index beb9db3ce85..571c2351199 100644 --- a/source/_integrations/hydrawise.markdown +++ b/source/_integrations/hydrawise.markdown @@ -45,7 +45,7 @@ scan_interval: description: The time interval, in seconds, to poll the Hydrawise cloud. required: false type: integer - default: 30 + default: 120 {% endconfiguration %} To get your API access token log into your [Hydrawise account](https://app.hydrawise.com/config/login) and in the 'My Account Details' section under Account Settings click 'Generate API Key'. Enter that key in your configuration file as `YOUR_API_KEY`. @@ -77,6 +77,13 @@ monitored_conditions: The Hydrawise API removed the ability to read the rain sensor status. Therefore it is no longer supported by the Hydrawise integration to Home Assistant. +
+ +The Hydrawise API uses rate limiting and might throw errors in case the `scan_interval` is too low or too many manual service calls are triggered: +The limit is 3 calls to start/stop/suspend a zone per 30 seconds and an additional limit across the entire API of 30 calls in a 5-minute period per user. + +
+ ## Sensor Once you have enabled the `hydrawise` component, add the following to your `configuration.yaml` file: