Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.teslemetry.coordinator Namespace Reference

Classes

class  TeslemetryEnergyHistoryCoordinator
 
class  TeslemetryEnergySiteInfoCoordinator
 
class  TeslemetryEnergySiteLiveCoordinator
 
class  TeslemetryVehicleDataCoordinator
 

Variables

list ENDPOINTS
 
 ENERGY_HISTORY_INTERVAL = timedelta(seconds=60)
 
 ENERGY_INFO_INTERVAL = timedelta(seconds=30)
 
 ENERGY_LIVE_INTERVAL = timedelta(seconds=30)
 
 VEHICLE_INTERVAL = timedelta(seconds=30)
 
 VEHICLE_WAIT = timedelta(minutes=15)
 

Detailed Description

Teslemetry Data Coordinator.

Variable Documentation

◆ ENDPOINTS

list homeassistant.components.teslemetry.coordinator.ENDPOINTS
Initial value:
1 = [
2  VehicleDataEndpoint.CHARGE_STATE,
3  VehicleDataEndpoint.CLIMATE_STATE,
4  VehicleDataEndpoint.DRIVE_STATE,
5  VehicleDataEndpoint.LOCATION_DATA,
6  VehicleDataEndpoint.VEHICLE_STATE,
7  VehicleDataEndpoint.VEHICLE_CONFIG,
8 ]

Definition at line 29 of file coordinator.py.

◆ ENERGY_HISTORY_INTERVAL

homeassistant.components.teslemetry.coordinator.ENERGY_HISTORY_INTERVAL = timedelta(seconds=60)

Definition at line 27 of file coordinator.py.

◆ ENERGY_INFO_INTERVAL

homeassistant.components.teslemetry.coordinator.ENERGY_INFO_INTERVAL = timedelta(seconds=30)

Definition at line 26 of file coordinator.py.

◆ ENERGY_LIVE_INTERVAL

homeassistant.components.teslemetry.coordinator.ENERGY_LIVE_INTERVAL = timedelta(seconds=30)

Definition at line 25 of file coordinator.py.

◆ VEHICLE_INTERVAL

homeassistant.components.teslemetry.coordinator.VEHICLE_INTERVAL = timedelta(seconds=30)

Definition at line 23 of file coordinator.py.

◆ VEHICLE_WAIT

homeassistant.components.teslemetry.coordinator.VEHICLE_WAIT = timedelta(minutes=15)

Definition at line 24 of file coordinator.py.