Updated to use latest ihcsdk version (#12865)
* Updated to used latest ihcsdk version * Updated requirements_all.txt
This commit is contained in:
parent
d63cf94d6d
commit
d8a11fd706
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ from homeassistant.helpers import discovery
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
REQUIREMENTS = ['ihcsdk==2.1.1']
|
||||
REQUIREMENTS = ['ihcsdk==2.2.0']
|
||||
|
||||
DOMAIN = 'ihc'
|
||||
IHC_DATA = 'ihc'
|
||||
|
|
|
@ -403,7 +403,7 @@ https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
|||
iglo==1.2.6
|
||||
|
||||
# homeassistant.components.ihc
|
||||
ihcsdk==2.1.1
|
||||
ihcsdk==2.2.0
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
# homeassistant.components.sensor.influxdb
|
||||
|
|
Loading…
Add table
Reference in a new issue