Skip to content

Commit

Permalink
Add missing parameter for set_cover_combined_position (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Apr 26, 2024
1 parent 6974d2e commit 247cb0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 1.60.1 (2024-04-26)

- Add missing parameter for set_cover_combined_position

# Version 1.60.0 (2024-04-24)

## Breaking change:
Expand Down
2 changes: 2 additions & 0 deletions custom_components/homematicip_local/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ async def async_set_cover_combined_position(
)
await collector.send_data(
wait_for_callback=wait_for_callback,
use_command_queue=False,
use_put_paramset=True,
)

async def async_open_cover(self, **kwargs: Any) -> None:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/homematicip_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"manufacturerURL": "http://www.homematic.com"
}
],
"version": "1.60.0",
"version": "1.60.1",
"zeroconf": []
}

0 comments on commit 247cb0e

Please sign in to comment.