From 1a84116b6a6b380599520a3d55249807a267ec13 Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 14 Jan 2019 15:55:58 -0600 Subject: [PATCH] Updated to reflect the new API limits (#8124) The free tier of OpenUV is now limited to 50, not 500. All existing accounts will drop to that limit in February, but all new accounts have that limit. The current scan_interval of 2/hr puts it at 48 calls/day (without any reboots triggering extras). Should we adjust the default to be 1/hr or give documentation on how to not query it until the sun is above the horizon? --- source/_components/openuv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown index 4366222a34b..8cdd5dbbb90 100644 --- a/source/_components/openuv.markdown +++ b/source/_components/openuv.markdown @@ -20,7 +20,7 @@ The `openuv` component displays UV and Ozone data from [openuv.io](http://openuv To generate an API key, [simply log in to the OpenUV website](https://www.openuv.io/auth/google).

-The "Limited" plan (which is what new users are given by default) is limited to 500 API requests per day. In order to leave a buffer, the `openuv` component queries the API every 30 minutes by default. This value can be modifed (via the `scan_interval` key), but please note that over-running the API will require you to upgrade to a paid plan (and may disable your access in the meantime). +The "Limited" plan (which is what new users are given by default) is limited to 50 API requests per day. In order to leave a buffer, the `openuv` component queries the API every 30 minutes by default. This value can be modifed (via the `scan_interval` key), but please note that over-running the API will require you to upgrade to a paid plan (and may disable your access in the meantime).

## {% linkable_title Configuration %}