1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-01 17:04:05 +00:00
Files
core/homeassistant/components/trace/const.py
2021-04-27 10:27:12 -07:00

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