Home Assistant Unofficial Reference 2024.12.1
coordinator.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.teslemetry.coordinator.TeslemetryEnergyHistoryCoordinator
 
class  homeassistant.components.teslemetry.coordinator.TeslemetryEnergySiteInfoCoordinator
 
class  homeassistant.components.teslemetry.coordinator.TeslemetryEnergySiteLiveCoordinator
 
class  homeassistant.components.teslemetry.coordinator.TeslemetryVehicleDataCoordinator
 

Namespaces

 homeassistant.components.teslemetry.coordinator
 

Variables

list homeassistant.components.teslemetry.coordinator.ENDPOINTS
 
 homeassistant.components.teslemetry.coordinator.ENERGY_HISTORY_INTERVAL = timedelta(seconds=60)
 
 homeassistant.components.teslemetry.coordinator.ENERGY_INFO_INTERVAL = timedelta(seconds=30)
 
 homeassistant.components.teslemetry.coordinator.ENERGY_LIVE_INTERVAL = timedelta(seconds=30)
 
 homeassistant.components.teslemetry.coordinator.VEHICLE_INTERVAL = timedelta(seconds=30)
 
 homeassistant.components.teslemetry.coordinator.VEHICLE_WAIT = timedelta(minutes=15)