From b6b0c1cc7cd1b4b54c79892bf5e7b6aa56c92eb2 Mon Sep 17 00:00:00 2001 From: William Brockhus Date: Mon, 20 Jan 2025 11:09:23 +1100 Subject: [PATCH] fix(local): vvane->hvane typo --- pyintesishome/intesishomelocal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]