Add wind_speed sensor device class (#14030)

This commit is contained in:
epenet
2022-10-26 13:27:39 +02:00
committed by GitHub
parent 66ed1b18be
commit e0a56956e0
2 changed files with 4 additions and 1 deletions

View File

@@ -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. */