Skip to content

Commit e1a288a

Browse files
authored
Fix typo in WIND_SPEED_AND_DIRECTION_SENSOR value (#1607)
1 parent a16b0f8 commit e1a288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyoverkiz/enums/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class UIWidget(StrEnum):
413413
WEATHER_FORECAST_SENSOR = "WeatherForecastSensor"
414414
WIFI = "Wifi"
415415
WIND_SPEED_SENSOR = "WindSpeedSensor"
416-
WIND_SPEED_AND_DIRECTION_SENSOR = "WindSpeedAndDirectionSensor "
416+
WIND_SPEED_AND_DIRECTION_SENSOR = "WindSpeedAndDirectionSensor"
417417
WINDOW_LOCK = "WindowLock"
418418
WINDOW_WITH_TILT_SENSOR = "WindowWithTiltSensor"
419419
ZWAVE_AEOTEC_CONFIGURATION = "ZWaveAeotecConfiguration"

0 commit comments

Comments
 (0)