Skip to content

Commit

Permalink
Slow down polling in Teslemetry (#133924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 authored Dec 24, 2024
1 parent aa29a93 commit cbb2930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/teslemetry/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .const import ENERGY_HISTORY_FIELDS, LOGGER
from .helpers import flatten

VEHICLE_INTERVAL = timedelta(seconds=30)
VEHICLE_INTERVAL = timedelta(seconds=60)
VEHICLE_WAIT = timedelta(minutes=15)
ENERGY_LIVE_INTERVAL = timedelta(seconds=30)
ENERGY_INFO_INTERVAL = timedelta(seconds=30)
Expand Down

0 comments on commit cbb2930

Please sign in to comment.