Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gvigroux committed Jan 25, 2025
1 parent 8728df8 commit 149573f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/freebox_home/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def is_closed(self):

async def async_set_cover_position(self, position, **kwargs):
"""Set cover position."""
await self.set_home_endpoint_value(self._command_position, {"value": self.get_corrected_state(self._current_state)})
await self.set_home_endpoint_value(self._command_position, {"value": self.get_corrected_state(position)})
self._current_state = position

async def async_open_cover(self, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/freebox_home/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/gvigroux/freebox_home/issues",
"requirements": ["freebox-api"],
"version": "0.8.3",
"version": "0.8.4",
"zeroconf": ["_fbx-api._tcp.local."]
}

0 comments on commit 149573f

Please sign in to comment.