mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add domain icon for time and datetime (#16710)
This commit is contained in:
parent
0db50d13d3
commit
d51dd00ec7
@ -83,6 +83,7 @@ export const FIXED_DOMAIN_ICONS = {
|
|||||||
configurator: mdiCog,
|
configurator: mdiCog,
|
||||||
conversation: mdiMicrophoneMessage,
|
conversation: mdiMicrophoneMessage,
|
||||||
counter: mdiCounter,
|
counter: mdiCounter,
|
||||||
|
datetime: mdiCalendarClock,
|
||||||
date: mdiCalendar,
|
date: mdiCalendar,
|
||||||
demo: mdiHomeAssistant,
|
demo: mdiHomeAssistant,
|
||||||
google_assistant: mdiGoogleAssistant,
|
google_assistant: mdiGoogleAssistant,
|
||||||
@ -112,6 +113,7 @@ export const FIXED_DOMAIN_ICONS = {
|
|||||||
siren: mdiBullhorn,
|
siren: mdiBullhorn,
|
||||||
stt: mdiMicrophoneMessage,
|
stt: mdiMicrophoneMessage,
|
||||||
text: mdiFormTextbox,
|
text: mdiFormTextbox,
|
||||||
|
time: mdiClock,
|
||||||
timer: mdiTimerOutline,
|
timer: mdiTimerOutline,
|
||||||
tts: mdiSpeakerMessage,
|
tts: mdiSpeakerMessage,
|
||||||
updater: mdiCloudUpload,
|
updater: mdiCloudUpload,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user