mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 09:35:20 +02:00
Reduce API limit for tomorrow.io (#69818)
This commit is contained in:
committed by
Paulus Schoutsen
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}
|
||||
|
||||
|
Reference in New Issue
Block a user