diff --git a/pyintesishome/intesishomelocal.py b/pyintesishome/intesishomelocal.py index c1ba697..2222e52 100644 --- a/pyintesishome/intesishomelocal.py +++ b/pyintesishome/intesishomelocal.py @@ -313,7 +313,7 @@ def has_vertical_swing(self, device_id) -> bool: def get_horizontal_swing_list(self, device_id) -> list: """Get possible entity modes.""" - uid = COMMAND_MAP["vvane"]["uid"] + uid = COMMAND_MAP["hvane"]["uid"] return [ INTESIS_MAP[uid]["values"][i] for i in self._datapoints[uid]["descr"]["states"]