We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa29a93 commit cbb2930Copy full SHA for cbb2930
homeassistant/components/teslemetry/coordinator.py
@@ -18,7 +18,7 @@
18
from .const import ENERGY_HISTORY_FIELDS, LOGGER
19
from .helpers import flatten
20
21
-VEHICLE_INTERVAL = timedelta(seconds=30)
+VEHICLE_INTERVAL = timedelta(seconds=60)
22
VEHICLE_WAIT = timedelta(minutes=15)
23
ENERGY_LIVE_INTERVAL = timedelta(seconds=30)
24
ENERGY_INFO_INTERVAL = timedelta(seconds=30)
0 commit comments