Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.history.const Namespace Reference

Variables

string DOMAIN = "history"
 
float EVENT_COALESCE_TIME = 0.35
 
int MAX_PENDING_HISTORY_STATES = 2048
 

Detailed Description

History integration constants.

Variable Documentation

◆ DOMAIN

string homeassistant.components.history.const.DOMAIN = "history"

Definition at line 3 of file const.py.

◆ EVENT_COALESCE_TIME

float homeassistant.components.history.const.EVENT_COALESCE_TIME = 0.35

Definition at line 5 of file const.py.

◆ MAX_PENDING_HISTORY_STATES

int homeassistant.components.history.const.MAX_PENDING_HISTORY_STATES = 2048

Definition at line 7 of file const.py.