From 3a5f4d33d2a541acb768e02cc8d584ff52e310a7 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:45:05 -0700 Subject: [PATCH] Fix stopped_unknown_reason localization message (#20557) * Fix stopped_unknown_reason localization message --- src/components/trace/hat-trace-timeline.ts | 1 + 1 file changed, 1 insertion(+) 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(), }