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

@@ -13,11 +13,12 @@ import { fireEvent } from "../common/dom/fire_event";
import { computeStateName } from "../common/entity/compute_state_name";
import { supportsFeature } from "../common/entity/supports-feature";
import {
CameraEntity,
CAMERA_SUPPORT_STREAM,
computeMJPEGStreamUrl,
fetchStreamUrl,
} from "../data/camera";
import { CameraEntity, HomeAssistant } from "../types";
import { HomeAssistant } from "../types";
import "./ha-hls-player";
@customElement("ha-camera-stream")