Fix wrong update interval for SolarEdge sensor (#8167)

This commit is contained in:
Louis Matthijssen 2019-01-14 20:00:06 +01:00 committed by Fabian Affolter
parent e29f17c972
commit faaf654ec6

View File

@ -16,7 +16,7 @@ ha_iot_class: "Cloud Polling"
The `solaredge` platform uses the [SolarEdge Monitoring API](https://www.solaredge.com/sites/default/files/se_monitoring_api.pdf) to allow you to get details from your SolarEdge solar power setup and integrate these in your Home Assistant installation.
<p class='note'>
The SolarEdge Monitoring API has a daily rate limit of 300 requests. In order to stay under this limit, and alow for some additional requests, the `solaredge` platform will update the site overview every 5 minutes.
The SolarEdge Monitoring API has a daily rate limit of 300 requests. In order to stay under this limit, and alow for some additional requests, the `solaredge` platform will update the site overview every 10 minutes.
</p>
## {% linkable_title Configuration %}