From 05ad7ea011fd79961910bf5446caaa461c89c881 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Thu, 4 Jun 2020 00:58:53 +0300 Subject: [PATCH] lint --- src/panels/lovelace/entity-rows/hui-humidifier-entity-row.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/panels/lovelace/entity-rows/hui-humidifier-entity-row.ts b/src/panels/lovelace/entity-rows/hui-humidifier-entity-row.ts index 159f2d02ca..9e0ee5dd2c 100644 --- a/src/panels/lovelace/entity-rows/hui-humidifier-entity-row.ts +++ b/src/panels/lovelace/entity-rows/hui-humidifier-entity-row.ts @@ -9,7 +9,6 @@ import { TemplateResult, } from "lit-element"; import "../../../components/entity/ha-entity-humidifier"; -import { UNAVAILABLE_STATES } from "../../../data/entity"; import { HomeAssistant } from "../../../types"; import { hasConfigOrEntityChanged } from "../common/has-changed"; import "../components/hui-generic-entity-row";