Skip to content

Commit

Permalink
push the latest changes from the parent repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Oct 12, 2020
1 parent abb4433 commit d4799a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/duofern/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def current_cover_position(self):
@property
def is_closed(self):
"""Return true if cover is close."""
return self._state == 100
return self._state == 0

@property
def should_poll(self):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/duofern/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"dependencies": [],
"config_flow": true,
"codeowners": ["@gluap"],
"requirements": ["pyduofern==0.30.0"]
"requirements": ["pyduofern==0.34.1"]
}

0 comments on commit d4799a6

Please sign in to comment.