Clean up some types (#7801)

Co-authored-by: Zack Barett <arnett.zackary@gmail.com>
This commit is contained in:
Paulus Schoutsen
2020-11-25 12:31:51 +01:00
committed by GitHub
parent 51332bc7e7
commit fc48c59eb0
33 changed files with 217 additions and 158 deletions

View File

@@ -20,8 +20,9 @@ import {
getWeatherUnit,
getWeatherStateIcon,
weatherSVGStyles,
WeatherEntity,
} from "../../../data/weather";
import type { HomeAssistant, WeatherEntity } from "../../../types";
import type { HomeAssistant } from "../../../types";
import type { EntitiesCardEntityConfig } from "../cards/types";
import { hasConfigOrEntityChanged } from "../common/has-changed";
import "../components/hui-generic-entity-row";