Skip to content

Commit

Permalink
Bump ecovacs lib 2 (home-assistant#23354)
Browse files Browse the repository at this point in the history
* Bump Ecovacs dependency (sucks)

Update to new version of sucks, which switches to a custom-built SleekXMPP that turns off certificate validation. This is to fix issues caused by Ecovacs serving invalid certificates.

* Update requirements file
  • Loading branch information
OverloadUT authored and balloob committed Apr 24, 2019
1 parent ef5ca63 commit fef1dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ecovacs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ecovacs",
"documentation": "https://www.home-assistant.io/components/ecovacs",
"requirements": [
"sucks==0.9.3"
"sucks==0.9.4"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ steamodd==4.21
stringcase==1.2.0

# homeassistant.components.ecovacs
sucks==0.9.3
sucks==0.9.4

# homeassistant.components.onvif
suds-passworddigest-homeassistant==0.1.2a0.dev0
Expand Down

0 comments on commit fef1dc8

Please sign in to comment.