Remove slot from ha-switch (#6133)

This commit is contained in:
Bram Kragten
2020-06-09 22:37:43 +02:00
committed by GitHub
parent 20dd3ca21c
commit 256aec5308
29 changed files with 320 additions and 248 deletions

View File

@@ -12,7 +12,6 @@ import {
} from "lit-element";
import { fireEvent } from "../../../../common/dom/fire_event";
import "../../../../components/ha-icon-input";
import "../../../../components/ha-switch";
import { InputDateTime } from "../../../../data/input_datetime";
import { haStyle } from "../../../../resources/styles";
import { HomeAssistant } from "../../../../types";