mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add volume flow rate (#19344)
This commit is contained in:
parent
33888beb63
commit
568e9ebc38
@ -53,6 +53,7 @@ const SENSOR_DEVICE_CLASSES = [
|
|||||||
"volatile_organic_compounds_parts",
|
"volatile_organic_compounds_parts",
|
||||||
"voltage",
|
"voltage",
|
||||||
"volume",
|
"volume",
|
||||||
|
"volume_flow_rate",
|
||||||
"water",
|
"water",
|
||||||
"weight",
|
"weight",
|
||||||
"wind_speed",
|
"wind_speed",
|
||||||
|
@ -48,6 +48,7 @@ import {
|
|||||||
mdiMoleculeCo2,
|
mdiMoleculeCo2,
|
||||||
mdiPalette,
|
mdiPalette,
|
||||||
mdiPh,
|
mdiPh,
|
||||||
|
mdiPipe,
|
||||||
mdiProgressClock,
|
mdiProgressClock,
|
||||||
mdiRayVertex,
|
mdiRayVertex,
|
||||||
mdiRemote,
|
mdiRemote,
|
||||||
@ -191,6 +192,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
|
|||||||
volatile_organic_compounds_parts: mdiMolecule,
|
volatile_organic_compounds_parts: mdiMolecule,
|
||||||
voltage: mdiSineWave,
|
voltage: mdiSineWave,
|
||||||
volume: mdiCarCoolantLevel,
|
volume: mdiCarCoolantLevel,
|
||||||
|
volume_flow_rate: mdiPipe,
|
||||||
water: mdiWater,
|
water: mdiWater,
|
||||||
weight: mdiWeight,
|
weight: mdiWeight,
|
||||||
wind_speed: mdiWeatherWindy,
|
wind_speed: mdiWeatherWindy,
|
||||||
|
@ -211,6 +211,7 @@ const FIXED_DOMAIN_ATTRIBUTE_STATES = {
|
|||||||
"volatile_organic_compounds",
|
"volatile_organic_compounds",
|
||||||
"volatile_organic_compounds_parts",
|
"volatile_organic_compounds_parts",
|
||||||
"voltage",
|
"voltage",
|
||||||
|
"volume_flow_rate",
|
||||||
],
|
],
|
||||||
state_class: ["measurement", "total", "total_increasing"],
|
state_class: ["measurement", "total", "total_increasing"],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user