From 6fce2f35a55f79d189aa857f262100da4352f91e Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:33:58 -0700 Subject: [PATCH] Add a title to triggered dialog (#21046) --- .../config/automation/trigger/ha-automation-trigger-row.ts | 3 +++ src/translations/en.json | 1 + 2 files changed, 4 insertions(+) diff --git a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts index 7b8034095801..09e4f9f2e709 100644 --- a/src/panels/config/automation/trigger/ha-automation-trigger-row.ts +++ b/src/panels/config/automation/trigger/ha-automation-trigger-row.ts @@ -596,6 +596,9 @@ export default class HaAutomationTriggerRow extends LitElement { private _showTriggeredInfo() { showAlertDialog(this, { + title: this.hass.localize( + "ui.panel.config.automation.editor.triggers.triggering_event_detail" + ), text: html`