mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
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 ihcsdk
This commit is contained in:
parent
d66123cc37
commit
8356ea2616
@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ihc",
|
"documentation": "https://www.home-assistant.io/integrations/ihc",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"defusedxml==0.6.0",
|
"defusedxml==0.6.0",
|
||||||
"ihcsdk==2.5.0"
|
"ihcsdk==2.6.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -725,7 +725,7 @@ ibmiotf==0.3.4
|
|||||||
iglo==1.2.7
|
iglo==1.2.7
|
||||||
|
|
||||||
# homeassistant.components.ihc
|
# homeassistant.components.ihc
|
||||||
ihcsdk==2.5.0
|
ihcsdk==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.incomfort
|
# homeassistant.components.incomfort
|
||||||
incomfort-client==0.4.0
|
incomfort-client==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user