Convert shopping list card editor to ha-form (#18376)

* Convert shopping list card editor to ha-form

* hide todo from generated dashboard
This commit is contained in:
Bram Kragten
2023-10-24 18:14:14 +02:00
committed by GitHub
parent 32edbd7b33
commit be1624f66f
3 changed files with 54 additions and 78 deletions

View File

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