mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Change Ring binary_sensor frequency polling to avoid rate limit exceeded errors (#15414)
This commit is contained in:
parent
1f6331c69d
commit
6197fe0121
@ -23,7 +23,7 @@ DEPENDENCIES = ['ring']
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(seconds=5)
|
SCAN_INTERVAL = timedelta(seconds=10)
|
||||||
|
|
||||||
# Sensor types: Name, category, device_class
|
# Sensor types: Name, category, device_class
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user