mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Add wind_speed sensor device class (#14030)
This commit is contained in:
@@ -60,6 +60,7 @@ import {
|
||||
mdiWaterPercent,
|
||||
mdiWeatherCloudy,
|
||||
mdiWeatherPouring,
|
||||
mdiWeatherWindy,
|
||||
mdiWeight,
|
||||
mdiWhiteBalanceSunny,
|
||||
mdiWifi,
|
||||
@@ -159,6 +160,7 @@ export const FIXED_DEVICE_CLASS_ICONS = {
|
||||
volume: mdiCarCoolantLevel,
|
||||
water: mdiWater,
|
||||
weight: mdiWeight,
|
||||
wind_speed: mdiWeatherWindy,
|
||||
};
|
||||
|
||||
/** Domains that have a state card. */
|
||||
|
||||
Reference in New Issue
Block a user