Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors (#15414)

This commit is contained in:
Marcelo Moreira de Mello 2018-07-11 03:27:22 -04:00 committed by Fabian Affolter
parent 1f6331c69d
commit 6197fe0121

View File

@ -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 = {