Skip to content

Commit

Permalink
Switch to v2 (Wellbeing) API (#23)
Browse files Browse the repository at this point in the history
* Switch to v2 API

* update manifest

Co-authored-by: Niklas Ekman <nikl.ekman@gmail.com>
  • Loading branch information
Phype and Ekman authored Oct 17, 2021
1 parent 844cef4 commit 4604be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/purei9/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion custom_components/purei9/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
purei9_unofficial==0.0.3
purei9_unofficial==0.0.5
homeassistant==2021.8.8
pylint==2.10.2

0 comments on commit 4604be0

Please sign in to comment.