Make number of stored traces configurable (#49728)
This commit is contained in:
parent
b10534359b
commit
ce64690817
10 changed files with 104 additions and 23 deletions
|
@ -12,6 +12,7 @@ CONF_CONDITION_TYPE = "condition_type"
|
|||
CONF_INITIAL_STATE = "initial_state"
|
||||
CONF_BLUEPRINT = "blueprint"
|
||||
CONF_INPUT = "input"
|
||||
CONF_TRACE = "trace"
|
||||
|
||||
DEFAULT_INITIAL_STATE = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue