Skip to content

Commit

Permalink
Add icon for wake word domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Sep 25, 2023
1 parent 6caeb85 commit 9739330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
mdiCalendarClock,
mdiCarCoolantLevel,
mdiCash,
mdiChatSleep,
mdiClock,
mdiCloudUpload,
mdiCog,
Expand Down Expand Up @@ -123,6 +124,7 @@ export const FIXED_DOMAIN_ICONS = {
tts: mdiSpeakerMessage,
updater: mdiCloudUpload,
vacuum: mdiRobotVacuum,
wake_word: mdiChatSleep,
zone: mdiMapMarkerRadius,
};

Expand Down

0 comments on commit 9739330

Please sign in to comment.