Fix device picker (#8481)

This commit is contained in:
Bram Kragten
2021-02-27 21:20:28 +01:00
committed by GitHub
parent f44d505b41
commit b30160d671

View File

@@ -34,7 +34,8 @@ import {
import { SubscribeMixin } from "../../mixins/subscribe-mixin";
import { PolymerChangedEvent } from "../../polymer-types";
import { HomeAssistant } from "../../types";
import { HaComboBox } from "../ha-combo-box";
import type { HaComboBox } from "../ha-combo-box";
import "../ha-combo-box";
interface Device {
name: string;