mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user