Update to version 2.6 of ihcsdk (#31789)
* Make the set_runtime_value_int function work with template values * Use newest version of the ihcsdk library * Make the set_runtime_value_int function work with template values * Use newest version of the ihcsdk library * Updated to the newest ihcsdk 2.5.0 * Formatted changes to make it pass CI tests * Update to version 2.6 of ihcsdkpull/31792/head
parent
d66123cc37
commit
8356ea2616
|
@ -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": []
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue