mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Increase skybell scan time to reduce timeouts (#46169)
This commit is contained in:
parent
28ef3f68f3
commit
840891e4f4
@ -14,7 +14,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
|
|
||||||
from . import DEFAULT_ENTITY_NAMESPACE, DOMAIN as SKYBELL_DOMAIN, SkybellDevice
|
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: Name, device_class, event
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user