mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Add support for DEVICE_CLASS_MONETARY (#9640)
This commit is contained in:
parent
e1bae65aeb
commit
6e7af18494
@ -63,6 +63,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
|
||||
humidity: "hass:water-percent",
|
||||
illuminance: "hass:brightness-5",
|
||||
temperature: "hass:thermometer",
|
||||
monetary: "mdi:cash",
|
||||
pressure: "hass:gauge",
|
||||
power: "hass:flash",
|
||||
power_factor: "hass:angle-acute",
|
||||
|
@ -60,6 +60,7 @@ const hassAttributeUtil = {
|
||||
"power",
|
||||
"power_factor",
|
||||
"pressure",
|
||||
"monetary",
|
||||
"signal_strength",
|
||||
"temperature",
|
||||
"timestamp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user