mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Add volatile_organic_compounds device class (#9871)
This commit is contained in:
parent
de23b2d046
commit
21a3b4f8e2
@ -79,6 +79,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
|
|||||||
signal_strength: "hass:wifi",
|
signal_strength: "hass:wifi",
|
||||||
sulphur_dioxide: "mdi:molecule",
|
sulphur_dioxide: "mdi:molecule",
|
||||||
timestamp: "hass:clock",
|
timestamp: "hass:clock",
|
||||||
|
volatile_organic_compounds: "mdi:molecule",
|
||||||
voltage: "hass:sine-wave",
|
voltage: "hass:sine-wave",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ const hassAttributeUtil = {
|
|||||||
"sulphur_dioxide",
|
"sulphur_dioxide",
|
||||||
"temperature",
|
"temperature",
|
||||||
"timestamp",
|
"timestamp",
|
||||||
|
"volatile_organic_compounds",
|
||||||
"voltage",
|
"voltage",
|
||||||
],
|
],
|
||||||
switch: ["switch", "outlet"],
|
switch: ["switch", "outlet"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user