Add Color Temp Selector (#12041)

This commit is contained in:
Zack Barett
2022-03-14 13:07:15 -05:00
committed by GitHub
parent 641003bb2a
commit b8d3c68a7a
4 changed files with 72 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ import "./ha-selector-icon";
import "./ha-selector-media";
import "./ha-selector-theme";
import "./ha-selector-location";
import "./ha-selector-color-temp";
@customElement("ha-selector")
export class HaSelector extends LitElement {