mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors (#15414)
This commit is contained in:
committed by
Fabian Affolter
parent
1f6331c69d
commit
6197fe0121
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user