Add selectors for text and arbitrary objects (#8152)

This commit is contained in:
Thomas Lovén
2021-01-27 11:45:51 +01:00
committed by GitHub
parent e69f36047d
commit 5c0e151bc2
4 changed files with 103 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ import "./ha-selector-entity";
import "./ha-selector-number";
import "./ha-selector-target";
import "./ha-selector-time";
import "./ha-selector-object";
import "./ha-selector-text";
@customElement("ha-selector")
export class HaSelector extends LitElement {