Add ui-color selector (#14348)

This commit is contained in:
Paul Bottein
2022-11-28 12:45:53 +01:00
committed by GitHub
parent d6fa1427f1
commit 7a87dc4d8a
6 changed files with 187 additions and 26 deletions

View File

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