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",
|
||||
sulphur_dioxide: "mdi:molecule",
|
||||
timestamp: "hass:clock",
|
||||
volatile_organic_compounds: "mdi:molecule",
|
||||
voltage: "hass:sine-wave",
|
||||
};
|
||||
|
||||
|
@ -73,6 +73,7 @@ const hassAttributeUtil = {
|
||||
"sulphur_dioxide",
|
||||
"temperature",
|
||||
"timestamp",
|
||||
"volatile_organic_compounds",
|
||||
"voltage",
|
||||
],
|
||||
switch: ["switch", "outlet"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user