Ha selector UI action (#14082)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Paul Bottein
2022-10-13 14:43:24 +02:00
committed by GitHub
parent 19887fbd54
commit 0a3fa3e218
8 changed files with 166 additions and 310 deletions

View File

@@ -32,6 +32,7 @@ const LOAD_ELEMENTS = {
theme: () => import("./ha-selector-theme"),
location: () => import("./ha-selector-location"),
"color-temp": () => import("./ha-selector-color-temp"),
"ui-action": () => import("./ha-selector-ui-action"),
};
@customElement("ha-selector")