Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """History integration constants."""
2 
3 DOMAIN = "history"
4 
5 EVENT_COALESCE_TIME = 0.35
6 
7 MAX_PENDING_HISTORY_STATES = 2048