mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
@ -22,7 +22,7 @@ from homeassistant.helpers import discovery
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.typing import HomeAssistantType
|
from homeassistant.helpers.typing import HomeAssistantType
|
||||||
|
|
||||||
REQUIREMENTS = ['ihcsdk==2.1.1']
|
REQUIREMENTS = ['ihcsdk==2.2.0']
|
||||||
|
|
||||||
DOMAIN = 'ihc'
|
DOMAIN = 'ihc'
|
||||||
IHC_DATA = '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
|
iglo==1.2.6
|
||||||
|
|
||||||
# homeassistant.components.ihc
|
# homeassistant.components.ihc
|
||||||
ihcsdk==2.1.1
|
ihcsdk==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
# homeassistant.components.sensor.influxdb
|
# homeassistant.components.sensor.influxdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user