mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 16:06:01 +01:00
8 lines
120 B
Python
8 lines
120 B
Python
"""History integration constants."""
|
|
|
|
DOMAIN = "history"
|
|
|
|
EVENT_COALESCE_TIME = 0.35
|
|
|
|
MAX_PENDING_HISTORY_STATES = 2048
|