mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Add ui-color selector (#14348)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user