mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Reduce API limit for tomorrow.io (#69818)
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user