From 9b49deea5eb6ce8da09d0455065297a98ab5b87b Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 10 Apr 2022 17:07:28 -0400 Subject: [PATCH] Reduce API limit for tomorrow.io (#69818) --- homeassistant/components/tomorrowio/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/tomorrowio/const.py b/homeassistant/components/tomorrowio/const.py index 5f49700e511..b09cbf8adc0 100644 --- a/homeassistant/components/tomorrowio/const.py +++ b/homeassistant/components/tomorrowio/const.py @@ -29,7 +29,7 @@ INTEGRATION_NAME = "Tomorrow.io" DEFAULT_NAME = INTEGRATION_NAME ATTRIBUTION = "Powered by Tomorrow.io" -MAX_REQUESTS_PER_DAY = 500 +MAX_REQUESTS_PER_DAY = 100 CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}