Disable fullscreen in trigger detail dialog (#26030)

This commit is contained in:
Bram Kragten 2025-07-02 13:41:52 +02:00
parent 232649c0cd
commit cf531cd935

View File

@ -566,6 +566,7 @@ export default class HaAutomationTriggerRow extends LitElement {
text: html` text: html`
<ha-yaml-editor <ha-yaml-editor
read-only read-only
disable-fullscreen
.hass=${this.hass} .hass=${this.hass}
.defaultValue=${this._triggered} .defaultValue=${this._triggered}
></ha-yaml-editor> ></ha-yaml-editor>