mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add new sound pressure device class (#14592)
* Add sound pressure device class * Update const.ts * sort Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
14513e5905
commit
1bce5efc9e
@ -22,6 +22,7 @@ import {
|
||||
mdiCounter,
|
||||
mdiCurrentAc,
|
||||
mdiDatabase,
|
||||
mdiEarHearing,
|
||||
mdiEye,
|
||||
mdiFan,
|
||||
mdiFlash,
|
||||
@ -162,6 +163,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
|
||||
pressure: mdiGauge,
|
||||
reactive_power: mdiFlash,
|
||||
signal_strength: mdiWifi,
|
||||
sound_pressure: mdiEarHearing,
|
||||
speed: mdiSpeedometer,
|
||||
sulphur_dioxide: mdiMolecule,
|
||||
temperature: mdiThermometer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user