Add volume flow rate (#19344)

This commit is contained in:
Joakim Plate
2024-01-30 15:03:39 +01:00
committed by GitHub
parent 33888beb63
commit 568e9ebc38
3 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ import {
mdiMoleculeCo2,
mdiPalette,
mdiPh,
mdiPipe,
mdiProgressClock,
mdiRayVertex,
mdiRemote,
@@ -191,6 +192,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
volatile_organic_compounds_parts: mdiMolecule,
voltage: mdiSineWave,
volume: mdiCarCoolantLevel,
volume_flow_rate: mdiPipe,
water: mdiWater,
weight: mdiWeight,
wind_speed: mdiWeatherWindy,