Variables | |
| string | CONF_COMPENSATION = "compensation" |
| string | CONF_DATAPOINTS = "data_points" |
| string | CONF_DEGREE = "degree" |
| string | CONF_LOWER_LIMIT = "lower_limit" |
| string | CONF_POLYNOMIAL = "polynomial" |
| string | CONF_PRECISION = "precision" |
| string | CONF_UPPER_LIMIT = "upper_limit" |
| string | DATA_COMPENSATION = "compensation_data" |
| int | DEFAULT_DEGREE = 1 |
| string | DEFAULT_NAME = "Compensation" |
| int | DEFAULT_PRECISION = 2 |
| string | DOMAIN = "compensation" |
| string | SENSOR = "compensation" |
Compensation constants.
| 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" |