From 6197fe0121fad3890129518c688bd9539284005c Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Wed, 11 Jul 2018 03:27:22 -0400 Subject: [PATCH] Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors (#15414) --- homeassistant/components/binary_sensor/ring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/binary_sensor/ring.py b/homeassistant/components/binary_sensor/ring.py index e84009301ab..4f2ea408e7f 100644 --- a/homeassistant/components/binary_sensor/ring.py +++ b/homeassistant/components/binary_sensor/ring.py @@ -23,7 +23,7 @@ DEPENDENCIES = ['ring'] _LOGGER = logging.getLogger(__name__) -SCAN_INTERVAL = timedelta(seconds=5) +SCAN_INTERVAL = timedelta(seconds=10) # Sensor types: Name, category, device_class SENSOR_TYPES = {