Skip to content

Commit d35e6c0

Browse files
authored
Add fallback icon for domain template (#27814)
1 parent 5c2ee54 commit d35e6c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
mdiChatSleep,
1313
mdiClipboardList,
1414
mdiClock,
15+
mdiCodeBraces,
1516
mdiCog,
1617
mdiCommentAlert,
1718
mdiCounter,
@@ -113,6 +114,7 @@ export const FALLBACK_DOMAIN_ICONS = {
113114
text: mdiFormTextbox,
114115
time: mdiClock,
115116
timer: mdiTimerOutline,
117+
template: mdiCodeBraces,
116118
todo: mdiClipboardList,
117119
tts: mdiSpeakerMessage,
118120
vacuum: mdiRobotVacuum,

0 commit comments

Comments
 (0)