From 47e143d5a16832d5854a26a430544c580dc8703e Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Thu, 26 Apr 2018 19:30:28 +0200 Subject: [PATCH] Update pyhomematic to 0.1.42 (#14095) * Updated pyhomematic to 0.1.42 * Updated pyhomematic to 0.1.42 --- homeassistant/components/homematic/__init__.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index 1528943a7f9..0291cc28fed 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv from homeassistant.loader import bind_hass -REQUIREMENTS = ['pyhomematic==0.1.41'] +REQUIREMENTS = ['pyhomematic==0.1.42'] DOMAIN = 'homematic' _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 12e178502c4..8650ec153db 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -790,7 +790,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.41 +pyhomematic==0.1.42 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2