Add new data size device class (#14595)

This commit is contained in:
epenet 2022-12-14 10:18:11 +01:00 committed by GitHub
parent e151520d74
commit b168f8d027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ import {
mdiCommentAlert, mdiCommentAlert,
mdiCounter, mdiCounter,
mdiCurrentAc, mdiCurrentAc,
mdiDatabase,
mdiEye, mdiEye,
mdiFan, mdiFan,
mdiFlash, mdiFlash,
@ -133,6 +134,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
carbon_dioxide: mdiMoleculeCo2, carbon_dioxide: mdiMoleculeCo2,
carbon_monoxide: mdiMoleculeCo, carbon_monoxide: mdiMoleculeCo,
current: mdiCurrentAc, current: mdiCurrentAc,
data_size: mdiDatabase,
date: mdiCalendar, date: mdiCalendar,
distance: mdiArrowLeftRight, distance: mdiArrowLeftRight,
duration: mdiProgressClock, duration: mdiProgressClock,