From cd42744711f02fbc81174d8e278ece331567f539 Mon Sep 17 00:00:00 2001 From: Ian Craig Date: Sun, 24 Jul 2022 10:52:08 +1000 Subject: [PATCH] Removing unused imports --- src/xiaomi-fan-card.ts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/xiaomi-fan-card.ts b/src/xiaomi-fan-card.ts index c205c0b..0912f0f 100644 --- a/src/xiaomi-fan-card.ts +++ b/src/xiaomi-fan-card.ts @@ -1,15 +1,8 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ import { LitElement, html, TemplateResult, css, PropertyValues, CSSResultGroup, HTMLTemplateResult } from "lit"; import { customElement, property, state } from "lit/decorators"; -import { - HomeAssistant, - hasConfigOrEntityChanged, - ActionHandlerEvent, - handleAction, - LovelaceCardEditor, -} from "custom-card-helpers"; // This is a community maintained npm module with common helper functions/types. https://github.com/custom-cards/custom-card-helpers - -import { actionHandler } from "./action-handler-directive"; +import { HomeAssistant, hasConfigOrEntityChanged, handleAction, LovelaceCardEditor } from "custom-card-helpers"; // This is a community maintained npm module with common helper functions/types. https://github.com/custom-cards/custom-card-helpers + import { FanXiaomiCardConfig, defaultConfig } from "./config"; // Add the card to the UI card picker dialog