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) | |
Teslemetry Data Coordinator.
| list homeassistant.components.teslemetry.coordinator.ENDPOINTS |
Definition at line 29 of file coordinator.py.
| homeassistant.components.teslemetry.coordinator.ENERGY_HISTORY_INTERVAL = timedelta(seconds=60) |
Definition at line 27 of file coordinator.py.
| homeassistant.components.teslemetry.coordinator.ENERGY_INFO_INTERVAL = timedelta(seconds=30) |
Definition at line 26 of file coordinator.py.
| homeassistant.components.teslemetry.coordinator.ENERGY_LIVE_INTERVAL = timedelta(seconds=30) |
Definition at line 25 of file coordinator.py.
| homeassistant.components.teslemetry.coordinator.VEHICLE_INTERVAL = timedelta(seconds=30) |
Definition at line 23 of file coordinator.py.
| homeassistant.components.teslemetry.coordinator.VEHICLE_WAIT = timedelta(minutes=15) |
Definition at line 24 of file coordinator.py.