mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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?
This commit is contained in:
parent
724f759e37
commit
1a84116b6a
@ -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).
|
||||
|
||||
<p class='note warning'>
|
||||
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).
|
||||
</p>
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user