mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Increase interval (#2353)
This commit is contained in:
parent
a70f922a71
commit
7b942243ab
@ -47,7 +47,7 @@ HydroData = collections.namedtuple(
|
|||||||
'temperature_max'])
|
'temperature_max'])
|
||||||
|
|
||||||
# Return cached results if last scan was less then this time ago.
|
# 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):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user