diff --git a/custom_components/google_fit/sensor.py b/custom_components/google_fit/sensor.py index 88dd738..406e194 100644 --- a/custom_components/google_fit/sensor.py +++ b/custom_components/google_fit/sensor.py @@ -28,8 +28,8 @@ DEFAULT_NAME = 'Google Fit' DEFAULT_CREDENTIALS_FILE = '.google_fit.credentials.json' ICON = 'mdi:heart-pulse' -MIN_TIME_BETWEEN_SCANS = timedelta(minutes=10) -MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=10) +MIN_TIME_BETWEEN_SCANS = timedelta(minutes=30) +MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30) TOKEN_FILE = '.{}.token'.format(SENSOR) SENSOR_NAME = '{} {}'