From faaf654ec679cf369afeb8f057831cbb18363f62 Mon Sep 17 00:00:00 2001 From: Louis Matthijssen Date: Mon, 14 Jan 2019 20:00:06 +0100 Subject: [PATCH] Fix wrong update interval for SolarEdge sensor (#8167) --- source/_components/sensor.solaredge.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.solaredge.markdown b/source/_components/sensor.solaredge.markdown index eb06e02f896..6f7ba39a19e 100644 --- a/source/_components/sensor.solaredge.markdown +++ b/source/_components/sensor.solaredge.markdown @@ -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.

-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.

## {% linkable_title Configuration %}