mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 22:07: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",
|
humidity: "hass:water-percent",
|
||||||
illuminance: "hass:brightness-5",
|
illuminance: "hass:brightness-5",
|
||||||
temperature: "hass:thermometer",
|
temperature: "hass:thermometer",
|
||||||
|
monetary: "mdi:cash",
|
||||||
pressure: "hass:gauge",
|
pressure: "hass:gauge",
|
||||||
power: "hass:flash",
|
power: "hass:flash",
|
||||||
power_factor: "hass:angle-acute",
|
power_factor: "hass:angle-acute",
|
||||||
|
@ -60,6 +60,7 @@ const hassAttributeUtil = {
|
|||||||
"power",
|
"power",
|
||||||
"power_factor",
|
"power_factor",
|
||||||
"pressure",
|
"pressure",
|
||||||
|
"monetary",
|
||||||
"signal_strength",
|
"signal_strength",
|
||||||
"temperature",
|
"temperature",
|
||||||
"timestamp",
|
"timestamp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user