mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 07:05:47 +01:00
6 lines
199 B
Python
6 lines
199 B
Python
"""Shared constants for script and automation tracing and debugging."""
|
|
|
|
CONF_STORED_TRACES = "stored_traces"
|
|
DATA_TRACE = "trace"
|
|
DEFAULT_STORED_TRACES = 5 # Stored traces per script or automation
|