mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Resolve August integration makes too many requests and hits rate limits (#31558)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user