Increase skybell scan time to reduce timeouts ()

pull/46202/head
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
1 changed files with 1 additions and 1 deletions
homeassistant/components/skybell

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