1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 04:36:04 +01:00
Files
core/homeassistant/components/history/const.py
T

8 lines
120 B
Python

"""History integration constants."""
DOMAIN = "history"
EVENT_COALESCE_TIME = 0.35
MAX_PENDING_HISTORY_STATES = 2048