Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into add_climate
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl committed Jun 18, 2020
2 parents 9a9df63 + 3e28bb0 commit a8cee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/tahoma/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit a8cee4b

Please sign in to comment.