Use MWC components for ha-form (#10120)

This commit is contained in:
Paulus Schoutsen
2021-10-07 12:21:35 -07:00
committed by GitHub
parent fa52442c1c
commit a839494a1e
29 changed files with 1121 additions and 624 deletions

View File

@@ -16,8 +16,6 @@ class HaDurationInput extends LitElement {
@property() public label?: string;
@property() public suffix?: string;
@property({ type: Boolean }) public required?: boolean;
@property({ type: Boolean }) public enableMillisecond?: boolean;