mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 20:04:35 +02:00
Reduce Ring TTL (#52277)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user