2021-03-24 17:56:22 +01:00
|
|
|
"""Shared constants for script and automation tracing and debugging."""
|
2021-03-22 19:19:38 +01:00
|
|
|
|
2021-04-27 19:27:12 +02:00
|
|
|
CONF_STORED_TRACES = "stored_traces"
|
2021-03-22 19:19:38 +01:00
|
|
|
DATA_TRACE = "trace"
|
2021-04-27 19:27:12 +02:00
|
|
|
DEFAULT_STORED_TRACES = 5 # Stored traces per script or automation
|