Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 2.6 of ihcsdk #31789

Merged
merged 9 commits into from
Feb 13, 2020
2 changes: 1 addition & 1 deletion homeassistant/components/ihc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/ihc",
"requirements": [
"defusedxml==0.6.0",
"ihcsdk==2.5.0"
"ihcsdk==2.6.0"
],
"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 @@ -725,7 +725,7 @@ ibmiotf==0.3.4
iglo==1.2.7

# homeassistant.components.ihc
ihcsdk==2.5.0
ihcsdk==2.6.0

# homeassistant.components.incomfort
incomfort-client==0.4.0
Expand Down