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

@@ -16,7 +16,6 @@ import {
} from "lit-element";
import { fireEvent } from "../../../../common/dom/fire_event";
import "../../../../components/ha-icon-input";
import "../../../../components/ha-switch";
import type { InputSelect } from "../../../../data/input_select";
import { showConfirmationDialog } from "../../../../dialogs/generic/show-dialog-box";
import { haStyle } from "../../../../resources/styles";