diff --git a/pyproject.toml b/pyproject.toml index 10d3448..cbe482b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "ayla_iot_unofficial" -version = "1.2.3" +version = "1.2.4" authors = [ { name="Reward One", email="rewardone@gmail.com" }, ] diff --git a/src/ayla_iot_unofficial/__init__.py b/src/ayla_iot_unofficial/__init__.py index cee66c3..8cd6bf3 100644 --- a/src/ayla_iot_unofficial/__init__.py +++ b/src/ayla_iot_unofficial/__init__.py @@ -13,4 +13,4 @@ AylaReadOnlyPropertyError, ) -__version__ = '1.2.3' \ No newline at end of file +__version__ = '1.2.4' \ No newline at end of file diff --git a/src/ayla_iot_unofficial/device.py b/src/ayla_iot_unofficial/device.py index ae4e2df..6613882 100644 --- a/src/ayla_iot_unofficial/device.py +++ b/src/ayla_iot_unofficial/device.py @@ -781,7 +781,7 @@ def start_bypass_mode(self): async def async_start_bypass_mode(self): """Start indefinite bypass""" - return await self.start_bypass_timed_mode(6) + return await self.async_start_bypass_timed_mode(6) def start_bypass_timed_mode(self, presetTimeCode = 1): """