mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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() {
|
private _showTriggeredInfo() {
|
||||||
showAlertDialog(this, {
|
showAlertDialog(this, {
|
||||||
|
title: this.hass.localize(
|
||||||
|
"ui.panel.config.automation.editor.triggers.triggering_event_detail"
|
||||||
|
),
|
||||||
text: html`
|
text: html`
|
||||||
<ha-yaml-editor
|
<ha-yaml-editor
|
||||||
readOnly
|
readOnly
|
||||||
|
@ -2833,6 +2833,7 @@
|
|||||||
"unsupported_platform": "No visual editor support for platform: {platform}",
|
"unsupported_platform": "No visual editor support for platform: {platform}",
|
||||||
"type_select": "Trigger type",
|
"type_select": "Trigger type",
|
||||||
"unknown_trigger": "[%key:ui::panel::config::devices::automation::triggers::unknown_trigger%]",
|
"unknown_trigger": "[%key:ui::panel::config::devices::automation::triggers::unknown_trigger%]",
|
||||||
|
"triggering_event_detail": "Triggering event detail",
|
||||||
"groups": {
|
"groups": {
|
||||||
"entity": {
|
"entity": {
|
||||||
"label": "Entity",
|
"label": "Entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user