Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.trace.const Namespace Reference

Variables

string CONF_STORED_TRACES = "stored_traces"
 
int DEFAULT_STORED_TRACES = 5
 

Detailed Description

Shared constants for script and automation tracing and debugging.

Variable Documentation

◆ CONF_STORED_TRACES

string homeassistant.components.trace.const.CONF_STORED_TRACES = "stored_traces"

Definition at line 15 of file const.py.

◆ DEFAULT_STORED_TRACES

int homeassistant.components.trace.const.DEFAULT_STORED_TRACES = 5

Definition at line 19 of file const.py.