From b0b86e7ba87bf4e75d450ca0396364145c90877d Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 18 Mar 2026 14:10:49 +0100 Subject: [PATCH] Gate blueprint search behind minimum blueprint amount (#30207) * Gate blueprint search behind minimum blueprint amount * Remove top padding from search --- .../config/automation/dialog-new-automation.ts | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/panels/config/automation/dialog-new-automation.ts b/src/panels/config/automation/dialog-new-automation.ts index 63de00b99b..17da363aa6 100644 --- a/src/panels/config/automation/dialog-new-automation.ts +++ b/src/panels/config/automation/dialog-new-automation.ts @@ -160,13 +160,15 @@ class DialogNewAutomation extends LitElement { @closed=${this._dialogClosed} >
- + ${processedBlueprints.length > 5 + ? html`` + : nothing}