Adjust Renault default scan interval (#77823)

raise DEFAULT_SCAN_INTERVAL to 7 minutes

This PR is raising the default scan interval for the Renault API from 5 minutes to 7 minutes. Lower intervals fail sometimes, maybe due to quota limitations. This seems to be a working interval as described in home-assistant#73220
This commit is contained in:
Oliver Völker 2022-09-06 11:10:35 +02:00 committed by GitHub
parent 13188a5c63
commit 57212a39e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ DOMAIN = "renault"
CONF_LOCALE = "locale"
CONF_KAMEREON_ACCOUNT_ID = "kamereon_account_id"
DEFAULT_SCAN_INTERVAL = 300 # 5 minutes
DEFAULT_SCAN_INTERVAL = 420 # 7 minutes
PLATFORMS = [
Platform.BINARY_SENSOR,