mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix stopped_unknown_reason localization message (#20557)
* Fix stopped_unknown_reason localization message
This commit is contained in:
parent
c3dc62523b
commit
3a5f4d33d2
@ -797,6 +797,7 @@ export class HaAutomationTracer extends LitElement {
|
|||||||
description: html`${this.hass.localize(
|
description: html`${this.hass.localize(
|
||||||
`ui.panel.config.automation.trace.messages.${message}`,
|
`ui.panel.config.automation.trace.messages.${message}`,
|
||||||
{
|
{
|
||||||
|
reason: this.trace.script_execution,
|
||||||
time: renderFinishedAt(),
|
time: renderFinishedAt(),
|
||||||
executiontime: renderRuntime(),
|
executiontime: renderRuntime(),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user