Force narrow style for action, condition and trigger in blueprint (#26018)

This commit is contained in:
Paul Bottein 2025-07-01 14:22:55 +02:00 committed by GitHub
parent 8644dd5271
commit 4f97756f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,6 +173,7 @@ export abstract class HaBlueprintGenericEditor extends LitElement {
.content=${value?.description} .content=${value?.description}
></ha-markdown> ></ha-markdown>
${html`<ha-selector ${html`<ha-selector
narrow
.hass=${this.hass} .hass=${this.hass}
.selector=${selector} .selector=${selector}
.key=${key} .key=${key}