Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.integration.const
 

Variables

string homeassistant.components.integration.const.CONF_MAX_SUB_INTERVAL = "max_sub_interval"
 
string homeassistant.components.integration.const.CONF_ROUND_DIGITS = "round"
 
string homeassistant.components.integration.const.CONF_SOURCE_SENSOR = "source"
 
string homeassistant.components.integration.const.CONF_UNIT_OF_MEASUREMENT = "unit"
 
string homeassistant.components.integration.const.CONF_UNIT_PREFIX = "unit_prefix"
 
string homeassistant.components.integration.const.CONF_UNIT_TIME = "unit_time"
 
string homeassistant.components.integration.const.DOMAIN = "integration"
 
list homeassistant.components.integration.const.INTEGRATION_METHODS = [METHOD_TRAPEZOIDAL, METHOD_LEFT, METHOD_RIGHT]
 
string homeassistant.components.integration.const.METHOD_LEFT = "left"
 
string homeassistant.components.integration.const.METHOD_RIGHT = "right"
 
string homeassistant.components.integration.const.METHOD_TRAPEZOIDAL = "trapezoidal"