mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update Climacell rate limit (#54373)
This commit is contained in:
parent
f92f0bb87b
commit
f60fbf7197
@ -66,7 +66,7 @@ DEFAULT_FORECAST_TYPE = DAILY
|
|||||||
DOMAIN = "climacell"
|
DOMAIN = "climacell"
|
||||||
ATTRIBUTION = "Powered by 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}
|
CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user