mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Disable fullscreen in trigger detail dialog (#26030)
This commit is contained in:
parent
232649c0cd
commit
cf531cd935
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user