Bump ihc to 2.3.0 (#21494)
parent
1ef3e32d4a
commit
070320a24a
|
@ -18,7 +18,7 @@ from homeassistant.helpers import discovery
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
REQUIREMENTS = ['ihcsdk==2.2.0', 'defusedxml==0.5.0']
|
||||
REQUIREMENTS = ['ihcsdk==2.3.0', 'defusedxml==0.5.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -568,7 +568,7 @@ ibmiotf==0.3.4
|
|||
iglo==1.2.7
|
||||
|
||||
# homeassistant.components.ihc
|
||||
ihcsdk==2.2.0
|
||||
ihcsdk==2.3.0
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
# homeassistant.components.sensor.influxdb
|
||||
|
|
Loading…
Reference in New Issue