diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index e0f0fafe5b50087e860d5bf0220318e68e3e75b8..29303b551e299b4e4ca2fc4e790fa8551250d539 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity from homeassistant.loader import bind_hass -REQUIREMENTS = ['pyhomematic==0.1.42'] +REQUIREMENTS = ['pyhomematic==0.1.43'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 45cf3bc1e1d4ecdb5ac20f61337ece32fa463b73..ef0aa86ee6bfbf368ab4c20c55fcddffd8206969 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -805,7 +805,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.42 +pyhomematic==0.1.43 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2