Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.trend.const
 

Variables

string homeassistant.components.trend.const.ATTR_ATTRIBUTE = "attribute"
 
string homeassistant.components.trend.const.ATTR_GRADIENT = "gradient"
 
string homeassistant.components.trend.const.ATTR_INVERT = "invert"
 
string homeassistant.components.trend.const.ATTR_MIN_GRADIENT = "min_gradient"
 
string homeassistant.components.trend.const.ATTR_SAMPLE_COUNT = "sample_count"
 
string homeassistant.components.trend.const.ATTR_SAMPLE_DURATION = "sample_duration"
 
string homeassistant.components.trend.const.CONF_INVERT = "invert"
 
string homeassistant.components.trend.const.CONF_MAX_SAMPLES = "max_samples"
 
string homeassistant.components.trend.const.CONF_MIN_GRADIENT = "min_gradient"
 
string homeassistant.components.trend.const.CONF_MIN_SAMPLES = "min_samples"
 
string homeassistant.components.trend.const.CONF_SAMPLE_DURATION = "sample_duration"
 
int homeassistant.components.trend.const.DEFAULT_MAX_SAMPLES = 2
 
float homeassistant.components.trend.const.DEFAULT_MIN_GRADIENT = 0.0
 
int homeassistant.components.trend.const.DEFAULT_MIN_SAMPLES = 2
 
int homeassistant.components.trend.const.DEFAULT_SAMPLE_DURATION = 0
 
string homeassistant.components.trend.const.DOMAIN = "trend"