Skip to content

Commit cbb2930

Browse files
authored
Slow down polling in Teslemetry (home-assistant#133924)
1 parent aa29a93 commit cbb2930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/teslemetry/coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .const import ENERGY_HISTORY_FIELDS, LOGGER
1919
from .helpers import flatten
2020

21-
VEHICLE_INTERVAL = timedelta(seconds=30)
21+
VEHICLE_INTERVAL = timedelta(seconds=60)
2222
VEHICLE_WAIT = timedelta(minutes=15)
2323
ENERGY_LIVE_INTERVAL = timedelta(seconds=30)
2424
ENERGY_INFO_INTERVAL = timedelta(seconds=30)

0 commit comments

Comments
 (0)