Skip to content

Commit 12c44a1

Browse files
authored
Add new UI widget for Wind Speed and Direction Sensor (#1578)
1 parent b0f2032 commit 12c44a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +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 "
416417
WINDOW_LOCK = "WindowLock"
417418
WINDOW_WITH_TILT_SENSOR = "WindowWithTiltSensor"
418419
ZWAVE_AEOTEC_CONFIGURATION = "ZWaveAeotecConfiguration"

0 commit comments

Comments
 (0)