From a3f8ab9b68d679ef2df93bdde81a6d6f53d9eedc Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 22 May 2018 00:18:22 +0200 Subject: [PATCH 1/2] Update __init__.py --- homeassistant/components/homematic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index e0f0fafe5b5008..29303b551e299b 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -20,7 +20,7 @@ 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__) From 792ccb15c475800da04b1d20d40540a1daaadbcd Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 22 May 2018 00:19:13 +0200 Subject: [PATCH 2/2] Update requirements_all.txt --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index 5794f54b457779..ad31b1fd7f4bcf 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