mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Reduce API limit for tomorrow.io (#69818)
This commit is contained in:
parent
287edf9ac0
commit
9b49deea5e
@ -29,7 +29,7 @@ INTEGRATION_NAME = "Tomorrow.io"
|
|||||||
DEFAULT_NAME = INTEGRATION_NAME
|
DEFAULT_NAME = INTEGRATION_NAME
|
||||||
ATTRIBUTION = "Powered by Tomorrow.io"
|
ATTRIBUTION = "Powered by Tomorrow.io"
|
||||||
|
|
||||||
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