diff --git a/custom_components/purei9/manifest.json b/custom_components/purei9/manifest.json index c29b289..bbcf376 100644 --- a/custom_components/purei9/manifest.json +++ b/custom_components/purei9/manifest.json @@ -6,7 +6,7 @@ "issue_tracker": "https://github.com/Ekman/home-assistant-pure-i9/issues", "dependencies": [], "codeowners": ["Ekman"], - "requirements": ["purei9_unofficial==0.0.3"], + "requirements": ["purei9_unofficial==0.0.5"], "iot_class": "cloud_polling", "config_flow": false } diff --git a/custom_components/purei9/vacuum.py b/custom_components/purei9/vacuum.py index 099928b..f13c91b 100644 --- a/custom_components/purei9/vacuum.py +++ b/custom_components/purei9/vacuum.py @@ -17,7 +17,7 @@ STATE_IDLE ) from homeassistant.const import CONF_PASSWORD, CONF_EMAIL -from purei9_unofficial.cloud import CloudClient, CloudRobot +from purei9_unofficial.cloudv2 import CloudClient, CloudRobot from . import purei9, const PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ diff --git a/requirements.txt b/requirements.txt index 80e6b46..029a76b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -purei9_unofficial==0.0.3 +purei9_unofficial==0.0.5 homeassistant==2021.8.8 pylint==2.10.2