mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Clean up some types (#7801)
Co-authored-by: Zack Barett <arnett.zackary@gmail.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user