diff --git a/homeassistant/components/ring/camera.py b/homeassistant/components/ring/camera.py index 8f827aee7d2..580fc71e141 100644 --- a/homeassistant/components/ring/camera.py +++ b/homeassistant/components/ring/camera.py @@ -18,7 +18,7 @@ from homeassistant.util import dt as dt_util from . import ATTRIBUTION, DOMAIN from .entity import RingEntityMixin -FORCE_REFRESH_INTERVAL = timedelta(minutes=45) +FORCE_REFRESH_INTERVAL = timedelta(minutes=3) _LOGGER = logging.getLogger(__name__)