mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Missing checkbox in zwave dialog (#20841)
This commit is contained in:
parent
a2a89502d8
commit
b1e37cb1e1
@ -5,9 +5,10 @@ import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||
import { customElement, property, query, state } from "lit/decorators";
|
||||
import { fireEvent } from "../../../../../common/dom/fire_event";
|
||||
import "../../../../../components/ha-alert";
|
||||
import { HaCheckbox } from "../../../../../components/ha-checkbox";
|
||||
import type { HaCheckbox } from "../../../../../components/ha-checkbox";
|
||||
import "../../../../../components/ha-circular-progress";
|
||||
import { createCloseHeading } from "../../../../../components/ha-dialog";
|
||||
import "../../../../../components/ha-checkbox";
|
||||
import "../../../../../components/ha-formfield";
|
||||
import "../../../../../components/ha-qr-scanner";
|
||||
import "../../../../../components/ha-radio";
|
||||
|
Loading…
x
Reference in New Issue
Block a user