Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.history_stats.const
 

Variables

string homeassistant.components.history_stats.const.CONF_DURATION = "duration"
 
string homeassistant.components.history_stats.const.CONF_END = "end"
 
list homeassistant.components.history_stats.const.CONF_PERIOD_KEYS = [CONF_START, CONF_END, CONF_DURATION]
 
string homeassistant.components.history_stats.const.CONF_START = "start"
 
string homeassistant.components.history_stats.const.CONF_TYPE_COUNT = "count"
 
list homeassistant.components.history_stats.const.CONF_TYPE_KEYS = [CONF_TYPE_TIME, CONF_TYPE_RATIO, CONF_TYPE_COUNT]
 
string homeassistant.components.history_stats.const.CONF_TYPE_RATIO = "ratio"
 
string homeassistant.components.history_stats.const.CONF_TYPE_TIME = "time"
 
string homeassistant.components.history_stats.const.DEFAULT_NAME = "unnamed statistics"
 
string homeassistant.components.history_stats.const.DOMAIN = "history_stats"
 
list homeassistant.components.history_stats.const.PLATFORMS = [Platform.SENSOR]