Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.powerwall.sensor.PowerWallBackupReserveSensor
 
class  homeassistant.components.powerwall.sensor.PowerWallBatterySensor
 
class  homeassistant.components.powerwall.sensor.PowerWallChargeSensor
 
class  homeassistant.components.powerwall.sensor.PowerWallEnergyDirectionSensor
 
class  homeassistant.components.powerwall.sensor.PowerWallEnergySensor
 
class  homeassistant.components.powerwall.sensor.PowerWallExportSensor
 
class  homeassistant.components.powerwall.sensor.PowerWallImportSensor
 
class  homeassistant.components.powerwall.sensor.PowerwallSensorEntityDescription
 

Namespaces

 homeassistant.components.powerwall.sensor
 

Functions

float|None homeassistant.components.powerwall.sensor._get_instant_current (BatteryResponse battery)
 
float|None homeassistant.components.powerwall.sensor._get_instant_frequency (BatteryResponse battery)
 
float|None homeassistant.components.powerwall.sensor._get_instant_voltage (BatteryResponse battery)
 
float homeassistant.components.powerwall.sensor._get_meter_average_voltage (MeterResponse meter)
 
float homeassistant.components.powerwall.sensor._get_meter_frequency (MeterResponse meter)
 
float homeassistant.components.powerwall.sensor._get_meter_power (MeterResponse meter)
 
None homeassistant.components.powerwall.sensor.async_setup_entry (HomeAssistant hass, PowerwallConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.powerwall.sensor._METER_DIRECTION_EXPORT = "export"
 
string homeassistant.components.powerwall.sensor._METER_DIRECTION_IMPORT = "import"
 
 homeassistant.components.powerwall.sensor._ValueParamT = TypeVar("_ValueParamT")
 
 homeassistant.components.powerwall.sensor._ValueT = TypeVar("_ValueT", bound=float | int | str | None)
 
tuple homeassistant.components.powerwall.sensor.POWERWALL_INSTANT_SENSORS