Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.teslemetry.sensor.TeslemetryEnergyHistorySensorEntity
 
class  homeassistant.components.teslemetry.sensor.TeslemetryEnergyInfoSensorEntity
 
class  homeassistant.components.teslemetry.sensor.TeslemetryEnergyLiveSensorEntity
 
class  homeassistant.components.teslemetry.sensor.TeslemetrySensorEntityDescription
 
class  homeassistant.components.teslemetry.sensor.TeslemetryTimeEntityDescription
 
class  homeassistant.components.teslemetry.sensor.TeslemetryVehicleSensorEntity
 
class  homeassistant.components.teslemetry.sensor.TeslemetryVehicleTimeSensorEntity
 
class  homeassistant.components.teslemetry.sensor.TeslemetryWallConnectorSensorEntity
 

Namespaces

 homeassistant.components.teslemetry.sensor
 

Functions

None homeassistant.components.teslemetry.sensor.async_setup_entry (HomeAssistant hass, TeslemetryConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

dictionary homeassistant.components.teslemetry.sensor.CHARGE_STATES
 
int homeassistant.components.teslemetry.sensor.PARALLEL_UPDATES = 0
 
dictionary homeassistant.components.teslemetry.sensor.SHIFT_STATES = {"P": "p", "D": "d", "R": "r", "N": "n"}