Resolve August integration makes too many requests and hits rate limits (#31558)

This commit is contained in:
J. Nick Koston 2020-02-08 13:22:48 -06:00 committed by GitHub
parent ca1319e1ef
commit 0dd151c1c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 40 deletions

View file

@ -11,7 +11,7 @@ from . import DATA_AUGUST
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(seconds=5)
SCAN_INTERVAL = timedelta(seconds=10)
def _retrieve_door_state(data, lock):