Add state and related to entity reg dialog (#4473)

* Add state and related to entity reg dialog

* Replace more-info-settings, remove state tab add state button
This commit is contained in:
Bram Kragten
2020-01-23 00:03:47 +01:00
committed by Paulus Schoutsen
parent a544295167
commit ae8a9940ed
10 changed files with 824 additions and 387 deletions

View File

@@ -5,6 +5,7 @@ declare global {
// for fire event
interface HASSDomEvents {
"show-dialog": ShowDialogParams<unknown>;
"close-dialog": undefined;
}
// for add event listener
interface HTMLElementEventMap {