Add support for todo component (#18289)

This commit is contained in:
Bram Kragten
2023-10-23 22:53:09 +02:00
committed by GitHub
parent 53b8d1bb0a
commit 2b9540fe03
20 changed files with 670 additions and 327 deletions

View File

@@ -16,6 +16,7 @@ import {
mdiCarCoolantLevel,
mdiCash,
mdiChatSleep,
mdiClipboardCheck,
mdiClock,
mdiCloudUpload,
mdiCog,
@@ -120,6 +121,7 @@ export const FIXED_DOMAIN_ICONS = {
siren: mdiBullhorn,
stt: mdiMicrophoneMessage,
text: mdiFormTextbox,
todo: mdiClipboardCheck,
time: mdiClock,
timer: mdiTimerOutline,
tts: mdiSpeakerMessage,