Skip to content

Commit

Permalink
Fix execute scene
Browse files Browse the repository at this point in the history
  • Loading branch information
peribeir committed Nov 26, 2023
1 parent 4ad756b commit de71453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homepilot/scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
self._description = description

async def async_execute_scene(self) -> None:
await self._api.async_execute_scene(self.sid)
await self._api.async_execute_scene(self._sid)

@property
def name(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyrademacher",
version="0.12.2",
version="0.12.3",
author="Pedro Ribeiro",
author_email="[email protected]",
description="Control devices connected to your Rademacher Homepilot "
Expand Down

0 comments on commit de71453

Please sign in to comment.