Container for automation trace.
Definition at line 20 of file trace.py.
◆ __init__()
| None homeassistant.components.automation.trace.AutomationTrace.__init__ |
( |
|
self, |
|
|
str | None |
item_id, |
|
|
ConfigType | None |
config, |
|
|
ConfigType | None |
blueprint_inputs, |
|
|
Context |
context |
|
) |
| |
Container for automation trace.
Definition at line 25 of file trace.py.
◆ as_short_dict()
| dict[str, Any] homeassistant.components.automation.trace.AutomationTrace.as_short_dict |
( |
|
self | ) |
|
Return a brief dictionary version of this AutomationTrace.
Definition at line 40 of file trace.py.
◆ set_trigger_description()
| None homeassistant.components.automation.trace.AutomationTrace.set_trigger_description |
( |
|
self, |
|
|
str |
trigger |
|
) |
| |
Set trigger description.
Definition at line 36 of file trace.py.
◆ _domain
| homeassistant.components.automation.trace.AutomationTrace._domain = DOMAIN |
|
staticprivate |
◆ _trigger_description
| homeassistant.components.automation.trace.AutomationTrace._trigger_description |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/automation/trace.py