Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity Class Reference
Inheritance diagram for homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity:
[legend]
Collaboration diagram for homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity:
[legend]

Static Public Attributes

string HEATING = "heating"
 
string HEATING_COST = "heating_cost"
 
string HEATING_ENERGY = "heating_energy"
 
string HOT_WATER = "hot_water"
 
string HOT_WATER_COST = "hot_water_cost"
 
string HOT_WATER_ENERGY = "hot_water_energy"
 
string WATER = "water"
 
string WATER_COST = "water_cost"
 

Detailed Description

Ista EcoTrend Entities.

Definition at line 53 of file sensor.py.

Member Data Documentation

◆ HEATING

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HEATING = "heating"
static

Definition at line 56 of file sensor.py.

◆ HEATING_COST

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HEATING_COST = "heating_cost"
static

Definition at line 58 of file sensor.py.

◆ HEATING_ENERGY

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HEATING_ENERGY = "heating_energy"
static

Definition at line 57 of file sensor.py.

◆ HOT_WATER

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HOT_WATER = "hot_water"
static

Definition at line 60 of file sensor.py.

◆ HOT_WATER_COST

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HOT_WATER_COST = "hot_water_cost"
static

Definition at line 62 of file sensor.py.

◆ HOT_WATER_ENERGY

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.HOT_WATER_ENERGY = "hot_water_energy"
static

Definition at line 61 of file sensor.py.

◆ WATER

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.WATER = "water"
static

Definition at line 64 of file sensor.py.

◆ WATER_COST

string homeassistant.components.ista_ecotrend.sensor.IstaSensorEntity.WATER_COST = "water_cost"
static

Definition at line 65 of file sensor.py.


The documentation for this class was generated from the following file: