From 6989ef4cd1d40a28c809535e5b09f6b26f9db780 Mon Sep 17 00:00:00 2001 From: Magnus Ihse Bursie Date: Mon, 10 Jun 2024 20:30:36 +0200 Subject: [PATCH] Provide instructions on how to limit calls to free tier (#33180) --- 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 dcc484dd257..fd3d948f945 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -25,7 +25,7 @@ There is currently support for the following device types within Home Assistant: - Sensor - Weather -You need an API key, it requires a [subscription](https://openweathermap.org/api/one-call-3). The subscription has a free tier with 1000 calls/day. Consider setting the limit on the OpenWeatherMap website to stay under the threshold where API usage incurs a cost. +You need an API key, it requires a [subscription](https://openweathermap.org/api/one-call-3). The subscription has a free tier with 1000 calls/day. Consider setting the limit on the OpenWeatherMap website to stay under the threshold where API usage incurs a cost. This is done in the [Billing plans](https://home.openweathermap.org/subscriptions) page, under "Calls per day". ## ⚠️ Important Deprecation Notice