Disable fullscreen in trigger detail dialog (#26030)

This commit is contained in:
Bram Kragten 2025-07-02 13:41:52 +02:00 committed by GitHub
parent 8853bf6ea2
commit ce929aea46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>