1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 17:04:05 +00:00

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

This commit is contained in:
Raman Gupta
2021-04-28 16:43:07 -04:00
committed by Franck Nijhof
parent 2288d60ce4
commit 92ce79675b

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}