diff --git a/components/tclac/climate.py b/components/tclac/climate.py index 1a610a9..086e810 100644 --- a/components/tclac/climate.py +++ b/components/tclac/climate.py @@ -78,6 +78,7 @@ SUPPORTED_CLIMATE_PRESETS_OPTIONS = { "BOOST": ClimatePreset.CLIMATE_PRESET_BOOST, "SLEEP": ClimatePreset.CLIMATE_PRESET_SLEEP, "COMFORT": ClimatePreset.CLIMATE_PRESET_COMFORT, +} VerticalSwingDirection = tclac_ns.enum("VerticalSwingDirection", True) VERTICAL_SWING_DIRECTION_OPTIONS = {