From f7e348c19b2531dc7e5e67e469548ec9c61d331d Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Tue, 2 Aug 2022 08:48:22 -0500 Subject: [PATCH] Fix Automation Creation Dialog (#13322) --- src/components/ha-blueprint-picker.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/ha-blueprint-picker.ts b/src/components/ha-blueprint-picker.ts index 9f8a33cd23..b018d4c768 100644 --- a/src/components/ha-blueprint-picker.ts +++ b/src/components/ha-blueprint-picker.ts @@ -1,5 +1,4 @@ import "@material/mwc-list/mwc-list-item"; -import "./ha-select"; import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit"; import { customElement, property } from "lit/decorators"; import memoizeOne from "memoize-one"; @@ -8,6 +7,7 @@ import { stopPropagation } from "../common/dom/stop_propagation"; import { stringCompare } from "../common/string/compare"; import { Blueprint, Blueprints, fetchBlueprints } from "../data/blueprint"; import { HomeAssistant } from "../types"; +import "./ha-select"; @customElement("ha-blueprint-picker") class HaBluePrintPicker extends LitElement { @@ -59,11 +59,6 @@ class HaBluePrintPicker extends LitElement { @selected=${this._blueprintChanged} @closed=${stopPropagation} > - - ${this.hass.localize( - "ui.components.blueprint-picker.select_blueprint" - )} - ${this._processedBlueprints(this.blueprints).map( (blueprint) => html`