Set ClimaCell API limit to 500 requests/day (#49828)

pull/50123/head
Raman Gupta 2021-04-28 16:43:07 -04:00 committed by Franck Nijhof
parent 2288d60ce4
commit 92ce79675b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ DEFAULT_FORECAST_TYPE = DAILY
DOMAIN = "climacell"
ATTRIBUTION = "Powered by ClimaCell"
MAX_REQUESTS_PER_DAY = 1000
MAX_REQUESTS_PER_DAY = 500
CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}