mirror of
https://github.com/home-assistant/core.git
synced 2025-05-19 21:39:19 +00: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
|