From 8d22754a067b480be84c46c841492ae9daa5742a Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Thu, 21 Jun 2018 03:44:50 +0200 Subject: [PATCH] Update pyhomematic to 0.1.44 (#15069) * Update __init__.py * Update requirements_all.txt --- 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 29303b551e2..2e05f638afc 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.43'] +REQUIREMENTS = ['pyhomematic==0.1.44'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 59e0f3a8bff..84673eb5cb2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -846,7 +846,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.43 +pyhomematic==0.1.44 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2