From 74765b48dcbe025d12e33011e7d7380554d66ce4 Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Thu, 18 Jun 2020 14:23:24 +0200 Subject: [PATCH] fixed a typo --- custom_components/tahoma/cover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tahoma/cover.py b/custom_components/tahoma/cover.py index 7b04c0242..e5374a535 100644 --- a/custom_components/tahoma/cover.py +++ b/custom_components/tahoma/cover.py @@ -286,7 +286,7 @@ def open_cover(self, **kwargs): return self.apply_action("open") if "up" in self.tahoma_device.command_definitions: - return self.apply_action("open") + return self.apply_action("up") def close_cover(self, **kwargs): """Close the cover."""