Increase interval (#2353)

pull/2310/merge
Fabian Affolter 2016-06-22 20:12:36 +02:00 committed by GitHub
parent a70f922a71
commit 7b942243ab
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ HydroData = collections.namedtuple(
'temperature_max'])
# Return cached results if last scan was less then this time ago.
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=120)
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)
def setup_platform(hass, config, add_devices, discovery_info=None):