mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Increase skybell scan time to reduce timeouts (#46169)
This commit is contained in:
@@ -14,7 +14,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
|
||||
from . import DEFAULT_ENTITY_NAMESPACE, DOMAIN as SKYBELL_DOMAIN, SkybellDevice
|
||||
|
||||
SCAN_INTERVAL = timedelta(seconds=5)
|
||||
SCAN_INTERVAL = timedelta(seconds=10)
|
||||
|
||||
# Sensor types: Name, device_class, event
|
||||
SENSOR_TYPES = {
|
||||
|
Reference in New Issue
Block a user