mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Reduce API limit for tomorrow.io (#69818)
This commit is contained in:
parent
2871ac4f8f
commit
5d4c1d9fe4
@ -29,7 +29,7 @@ INTEGRATION_NAME = "Tomorrow.io"
|
||||
DEFAULT_NAME = INTEGRATION_NAME
|
||||
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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user