Add trigger selector for blueprint (#18469)

This commit is contained in:
Paul Bottein
2023-11-02 16:01:59 +01:00
committed by GitHub
parent cfa522068c
commit e63c7e3763
3 changed files with 65 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ const LOAD_ELEMENTS = {
icon: () => import("./ha-selector-icon"),
media: () => import("./ha-selector-media"),
theme: () => import("./ha-selector-theme"),
trigger: () => import("./ha-selector-trigger"),
tts: () => import("./ha-selector-tts"),
tts_voice: () => import("./ha-selector-tts-voice"),
location: () => import("./ha-selector-location"),