Add UI for conversation trigger (#17037)

This commit is contained in:
Bram Kragten
2023-06-27 10:58:27 +02:00
committed by GitHub
parent d656269d75
commit 87aad75cc7
9 changed files with 228 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import {
mdiMapMarker,
mdiMapMarkerRadius,
mdiMessageAlert,
mdiMicrophoneMessage,
mdiNfcVariant,
mdiNumeric,
mdiStateMachine,
@@ -27,6 +28,7 @@ export const TRIGGER_TYPES = {
mqtt: mdiSwapHorizontal,
numeric_state: mdiNumeric,
sun: mdiWeatherSunny,
conversation: mdiMicrophoneMessage,
tag: mdiNfcVariant,
template: mdiCodeBraces,
time: mdiClockOutline,