From b9637d118503ba4250c9df53078c16a84d00490e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 10 Oct 2023 20:02:08 +0100 Subject: [PATCH] openweathermap.markdown: Fix parsing of markdown in HTML tags (#29293) --- source/_integrations/openweathermap.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index 2e1c7d5292e..5c6fc6b23b6 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -28,9 +28,11 @@ There is currently support for the following device types within Home Assistant: You need an API key, which is free, but requires a [registration](https://home.openweathermap.org/users/sign_up).
+ 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. 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 %}