diff --git a/homepilot/scenes.py b/homepilot/scenes.py index 54a524f..c107cb5 100644 --- a/homepilot/scenes.py +++ b/homepilot/scenes.py @@ -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): diff --git a/setup.py b/setup.py index c07d362..d343914 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyrademacher", - version="0.12.2", + version="0.12.3", author="Pedro Ribeiro", author_email="pedroeusebio@gmail.com", description="Control devices connected to your Rademacher Homepilot "