Fix stopped_unknown_reason localization message (#20557)

* Fix stopped_unknown_reason localization message
This commit is contained in:
karwosts 2024-04-19 23:45:05 -07:00 committed by GitHub
parent c3dc62523b
commit 3a5f4d33d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
}