mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
HomematicIP update version to 0.10.1 (#19788)
* Update version to 0.10.1 * Update of requirements files
This commit is contained in:
parent
3a5ba77e04
commit
3d0c3ab746
@ -19,7 +19,7 @@ from .const import (
|
||||
from .device import HomematicipGenericDevice # noqa: F401
|
||||
from .hap import HomematicipAuth, HomematicipHAP # noqa: F401
|
||||
|
||||
REQUIREMENTS = ['homematicip==0.9.8']
|
||||
REQUIREMENTS = ['homematicip==0.10.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -520,7 +520,7 @@ homeassistant-pyozw==0.1.1
|
||||
# homekit==0.12.0
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.9.8
|
||||
homematicip==0.10.1
|
||||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
|
@ -107,7 +107,7 @@ holidays==0.9.8
|
||||
home-assistant-frontend==20181219.0
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.9.8
|
||||
homematicip==0.10.1
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
# homeassistant.components.sensor.influxdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user