Skip to content

Commit

Permalink
Fix ui widgets (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jan 6, 2022
1 parent 4ad6cd2 commit 7c3c960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyoverkiz/enums/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class UIWidget(str, Enum):
BATTERY_SENSOR = "BatterySensor"
BIOCLIMATIC_PERGOLA = "BioclimaticPergola"
CO2_SENSOR = "CO2Sensor"
COSENSOR = "COSensor"
CO_SENSOR = "COSensor"
CAR_BUTTON_SENSOR = "CarButtonSensor"
CAR_LOCK = "CarLock"
CARD_SWITCH = "CardSwitch"
Expand Down Expand Up @@ -139,10 +139,10 @@ class UIWidget(str, Enum):
DE_DIETRICH_HEATING_CIRCUIT = "DeDietrichHeatingCircuit"
DE_DIETRICH_MODBUS_GATEWAY = "DeDietrichModbusGateway"
DE_DIETRICH_SWIMMING_POOL = "DeDietrichSwimmingPool"
DIMMER_CIECOLOR_SPACE_XYLIGHT = "DimmerCIEColorSpaceXYLight"
DIMMER_CIE_COLOR_SPACE_XY_LIGHT = "DimmerCIEColorSpaceXYLight"
DIMMER_COLOR_TEMPERATURE_LIGHT = "DimmerColorTemperatureLight"
DIMMER_EXTERIOR_HEATING = "DimmerExteriorHeating"
DIMMER_HUE_SAT_OR_CTLIGHT = "DimmerHueSatOrCTLight"
DIMMER_HUE_SAT_OR_CT_LIGHT = "DimmerHueSatOrCTLight"
DIMMER_HUE_SATURATION_LIGHT = "DimmerHueSaturationLight"
DIMMER_LIGHT = "DimmerLight"
DIMMER_ON_OFF = "DimmerOnOff"
Expand Down

0 comments on commit 7c3c960

Please sign in to comment.