mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Changed SCAN_INTERVAL and note about rate limiting (#25655)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
63664519e1
commit
2476136558
@ -45,7 +45,7 @@ scan_interval:
|
|||||||
description: The time interval, in seconds, to poll the Hydrawise cloud.
|
description: The time interval, in seconds, to poll the Hydrawise cloud.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 30
|
default: 120
|
||||||
{% endconfiguration %}
|
{% 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`.
|
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 removed the ability to read the rain sensor status. Therefore it is no longer supported by the Hydrawise integration to Home Assistant.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class='note warning'>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Sensor
|
## Sensor
|
||||||
|
|
||||||
Once you have enabled the `hydrawise` component, add the following to your `configuration.yaml` file:
|
Once you have enabled the `hydrawise` component, add the following to your `configuration.yaml` file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user