forked from home-assistant/core
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 . import ATTRIBUTION, DOMAIN
|
||||||
from .entity import RingEntityMixin
|
from .entity import RingEntityMixin
|
||||||
|
|
||||||
FORCE_REFRESH_INTERVAL = timedelta(minutes=45)
|
FORCE_REFRESH_INTERVAL = timedelta(minutes=3)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user