Add stt selector (#16215

* Add stt selector

* Update ha-stt-picker.ts

* Add default

* Update ha-stt-picker.ts

* Update ha-stt-picker.ts
This commit is contained in:
Bram Kragten
2023-04-17 22:09:46 +02:00
committed by GitHub
parent bf70427760
commit b2f66aa51c
7 changed files with 180 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const LOAD_ELEMENTS = {
object: () => import("./ha-selector-object"),
select: () => import("./ha-selector-select"),
state: () => import("./ha-selector-state"),
stt: () => import("./ha-selector-stt"),
target: () => import("./ha-selector-target"),
template: () => import("./ha-selector-template"),
text: () => import("./ha-selector-text"),