Set ClimaCell API limit to 500 requests/day (#49828)
This commit is contained in:
parent
21872c42fe
commit
105504cb89
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue