Skip to content

Commit

Permalink
Reduce API limit for tomorrow.io
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Apr 10, 2022
1 parent d33fbbf commit dc57502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/tomorrowio/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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}

Expand Down

2 comments on commit dc57502

@OldShaterhan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey,
I've got a question: https://www.tomorrow.io/weather-api/ Here it is mentioned it is still 500 requests, what is the source of the new limits?

@raman325
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comment in the issue you commented on

Please sign in to comment.