mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Set ClimaCell API limit to 500 requests/day (#49828)
This commit is contained in:
parent
21872c42fe
commit
105504cb89
@ -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…
x
Reference in New Issue
Block a user