Variables | |
| string | ATTR_ATTRIBUTE = "attribute" |
| string | ATTR_GRADIENT = "gradient" |
| string | ATTR_INVERT = "invert" |
| string | ATTR_MIN_GRADIENT = "min_gradient" |
| string | ATTR_SAMPLE_COUNT = "sample_count" |
| string | ATTR_SAMPLE_DURATION = "sample_duration" |
| string | CONF_INVERT = "invert" |
| string | CONF_MAX_SAMPLES = "max_samples" |
| string | CONF_MIN_GRADIENT = "min_gradient" |
| string | CONF_MIN_SAMPLES = "min_samples" |
| string | CONF_SAMPLE_DURATION = "sample_duration" |
| int | DEFAULT_MAX_SAMPLES = 2 |
| float | DEFAULT_MIN_GRADIENT = 0.0 |
| int | DEFAULT_MIN_SAMPLES = 2 |
| int | DEFAULT_SAMPLE_DURATION = 0 |
| string | DOMAIN = "trend" |
Constant values for Trend integration.
| 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 |