Skip to content

Commit

Permalink
Update Climacell rate limit (home-assistant#54373)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Aug 10, 2021
1 parent f92f0bb commit f60fbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/climacell/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
DOMAIN = "climacell"
ATTRIBUTION = "Powered by ClimaCell"

MAX_REQUESTS_PER_DAY = 500
MAX_REQUESTS_PER_DAY = 100

CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}

Expand Down

0 comments on commit f60fbf7

Please sign in to comment.