mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Add tts selector (#16213
* Add tts selector * Update selector.ts * Update ha-selector-tts.ts * Add default * Update ha-tts-picker.ts * Update ha-tts-picker.ts * Not required
This commit is contained in:
@@ -39,6 +39,7 @@ const LOAD_ELEMENTS = {
|
||||
icon: () => import("./ha-selector-icon"),
|
||||
media: () => import("./ha-selector-media"),
|
||||
theme: () => import("./ha-selector-theme"),
|
||||
tts: () => import("./ha-selector-tts"),
|
||||
location: () => import("./ha-selector-location"),
|
||||
color_temp: () => import("./ha-selector-color-temp"),
|
||||
"ui-action": () => import("./ha-selector-ui-action"),
|
||||
|
||||
Reference in New Issue
Block a user