From 73197c9a6c9ab722bac718ba9d3aefd4ad50cf91 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Mon, 15 Oct 2018 21:15:26 +0200 Subject: [PATCH] Update pyhomematic to 0.1.51 (#17491) --- 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 d723f1fab28..4343bcfbc08 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -18,7 +18,7 @@ from homeassistant.helpers import discovery import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pyhomematic==0.1.50'] +REQUIREMENTS = ['pyhomematic==0.1.51'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e0b6f561c53..d693b50b040 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -917,7 +917,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.50 +pyhomematic==0.1.51 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 57d9d5d871f..cdc597456e9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -155,7 +155,7 @@ pydeconz==47 pydispatcher==2.0.5 # homeassistant.components.homematic -pyhomematic==0.1.50 +pyhomematic==0.1.51 # homeassistant.components.litejet pylitejet==0.1