Increase skybell scan time to reduce timeouts ()

This commit is contained in:
Adam Outler 2021-02-08 03:37:23 -05:00 committed by GitHub
parent 28ef3f68f3
commit 840891e4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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