mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add a title to triggered dialog (#21046)
This commit is contained in:
parent
f4e24bed2e
commit
6fce2f35a5
@ -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`
|
||||
<ha-yaml-editor
|
||||
readOnly
|
||||
|
@ -2833,6 +2833,7 @@
|
||||
"unsupported_platform": "No visual editor support for platform: {platform}",
|
||||
"type_select": "Trigger type",
|
||||
"unknown_trigger": "[%key:ui::panel::config::devices::automation::triggers::unknown_trigger%]",
|
||||
"triggering_event_detail": "Triggering event detail",
|
||||
"groups": {
|
||||
"entity": {
|
||||
"label": "Entity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user