Update Climacell rate limit (#54373)
This commit is contained in:
parent
f92f0bb87b
commit
f60fbf7197
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ DEFAULT_FORECAST_TYPE = DAILY
|
|||
DOMAIN = "climacell"
|
||||
ATTRIBUTION = "Powered by ClimaCell"
|
||||
|
||||
MAX_REQUESTS_PER_DAY = 500
|
||||
MAX_REQUESTS_PER_DAY = 100
|
||||
|
||||
CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue