From 27d598fff86f1efcdc772671816cf37d609695dd Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 20 Feb 2019 00:31:46 +0100 Subject: [PATCH] Update pyhomematic to 0.1.56 (#21227) --- homeassistant/components/homematic/__init__.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index e71bc1d8f2d..4a27d918d95 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -14,7 +14,7 @@ from homeassistant.helpers import discovery import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pyhomematic==0.1.55'] +REQUIREMENTS = ['pyhomematic==0.1.56'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 25205e19a55..37b86f24ced 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1062,7 +1062,7 @@ pyhik==0.2.2 pyhiveapi==0.2.17 # homeassistant.components.homematic -pyhomematic==0.1.55 +pyhomematic==0.1.56 # homeassistant.components.homeworks pyhomeworks==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 04bc61f41a3..5dc713d89cf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -190,7 +190,7 @@ pydeconz==52 pydispatcher==2.0.5 # homeassistant.components.homematic -pyhomematic==0.1.55 +pyhomematic==0.1.56 # homeassistant.components.litejet pylitejet==0.1