mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Fix color_rgb and color_temp selector import (#14369)
This commit is contained in:
parent
1cb44ce857
commit
65426bd2d0
@ -10,7 +10,7 @@ const LOAD_ELEMENTS = {
|
|||||||
area: () => import("./ha-selector-area"),
|
area: () => import("./ha-selector-area"),
|
||||||
attribute: () => import("./ha-selector-attribute"),
|
attribute: () => import("./ha-selector-attribute"),
|
||||||
boolean: () => import("./ha-selector-boolean"),
|
boolean: () => import("./ha-selector-boolean"),
|
||||||
"color-rgb": () => import("./ha-selector-color-rgb"),
|
color_rgb: () => import("./ha-selector-color-rgb"),
|
||||||
config_entry: () => import("./ha-selector-config-entry"),
|
config_entry: () => import("./ha-selector-config-entry"),
|
||||||
date: () => import("./ha-selector-date"),
|
date: () => import("./ha-selector-date"),
|
||||||
datetime: () => import("./ha-selector-datetime"),
|
datetime: () => import("./ha-selector-datetime"),
|
||||||
@ -32,7 +32,7 @@ const LOAD_ELEMENTS = {
|
|||||||
media: () => import("./ha-selector-media"),
|
media: () => import("./ha-selector-media"),
|
||||||
theme: () => import("./ha-selector-theme"),
|
theme: () => import("./ha-selector-theme"),
|
||||||
location: () => import("./ha-selector-location"),
|
location: () => import("./ha-selector-location"),
|
||||||
"color-temp": () => import("./ha-selector-color-temp"),
|
color_temp: () => import("./ha-selector-color-temp"),
|
||||||
"ui-action": () => import("./ha-selector-ui-action"),
|
"ui-action": () => import("./ha-selector-ui-action"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user