mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Add new data size device class (#14595)
This commit is contained in:
parent
e151520d74
commit
b168f8d027
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user