diff --git a/src/components/trace/hat-trace-timeline.ts b/src/components/trace/hat-trace-timeline.ts index eab5998d1d..9a440e6ed1 100644 --- a/src/components/trace/hat-trace-timeline.ts +++ b/src/components/trace/hat-trace-timeline.ts @@ -797,6 +797,7 @@ export class HaAutomationTracer extends LitElement { description: html`${this.hass.localize( `ui.panel.config.automation.trace.messages.${message}`, { + reason: this.trace.script_execution, time: renderFinishedAt(), executiontime: renderRuntime(), }