Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.compensation.const
 

Variables

string homeassistant.components.compensation.const.CONF_COMPENSATION = "compensation"
 
string homeassistant.components.compensation.const.CONF_DATAPOINTS = "data_points"
 
string homeassistant.components.compensation.const.CONF_DEGREE = "degree"
 
string homeassistant.components.compensation.const.CONF_LOWER_LIMIT = "lower_limit"
 
string homeassistant.components.compensation.const.CONF_POLYNOMIAL = "polynomial"
 
string homeassistant.components.compensation.const.CONF_PRECISION = "precision"
 
string homeassistant.components.compensation.const.CONF_UPPER_LIMIT = "upper_limit"
 
string homeassistant.components.compensation.const.DATA_COMPENSATION = "compensation_data"
 
int homeassistant.components.compensation.const.DEFAULT_DEGREE = 1
 
string homeassistant.components.compensation.const.DEFAULT_NAME = "Compensation"
 
int homeassistant.components.compensation.const.DEFAULT_PRECISION = 2
 
string homeassistant.components.compensation.const.DOMAIN = "compensation"
 
string homeassistant.components.compensation.const.SENSOR = "compensation"