Reduce API limit for tomorrow.io (#69818)

This commit is contained in:
Raman Gupta 2022-04-10 17:07:28 -04:00 committed by Paulus Schoutsen
parent 2871ac4f8f
commit 5d4c1d9fe4

View File

@ -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}