Resolve August integration makes too many requests and hits rate limits (#31558)
This commit is contained in:
parent
ca1319e1ef
commit
0dd151c1c3
6 changed files with 46 additions and 40 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue