From e33654cdf8e60f86f60daec1e25297bce9c9aee6 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Thu, 8 Sep 2022 23:32:02 +0200 Subject: [PATCH] Add OpenWeatherMap API policy change in note (#24056) --- source/_integrations/openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index f45b2fc8f37..2e1c7d5292e 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -30,7 +30,7 @@ You need an API key, which is free, but requires a [registration](https://home.o
If you register an new API key with OpenWeatherMap, it will be activated automatically, this typically takes between 10 minutes and 2 hours after your successful registration. Keep in mind when configuring this integration, that you new API key might -not be activated yet. +not be activated yet. Recent policy changes limit the API access for new registered users with a free plan, they should select the `hourly` mode. The other modes require a paid subscription plan. Invalid API-key errors might occur if your API key is used with the other modes.
{% include integrations/config_flow.md %}