mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Reduce Ring TTL (#52277)
This commit is contained in:
parent
8dd545d060
commit
bb4d3bfc60
@ -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__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user