Add icon to device class duration (#13961)

* Add icon to device class duration

* Change to mdiProgressClock
This commit is contained in:
mbo18 2022-10-03 13:37:37 +02:00 committed by GitHub
parent a70e2342a2
commit 8c7974e466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ import {
mdiMoleculeCo,
mdiMoleculeCo2,
mdiPalette,
mdiProgressClock,
mdiRayVertex,
mdiRemote,
mdiRobot,
@ -125,6 +126,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
current: mdiCurrentAc,
date: mdiCalendar,
distance: mdiArrowLeftRight,
duration: mdiProgressClock,
energy: mdiLightningBolt,
frequency: mdiSineWave,
gas: mdiMeterGas,