From af5d0b3443d9f531f40ee8d7ffd52ad548e7e9d6 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 26 Jan 2018 21:41:43 +0100 Subject: [PATCH] Update pyhomematic to 0.1.38 (#11936) --- 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 b2f6384d467..db2a43d8728 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.37'] +REQUIREMENTS = ['pyhomematic==0.1.38'] DOMAIN = 'homematic' _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index bc552a83f8c..67fac8e89d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -732,7 +732,7 @@ pyhik==0.1.4 pyhiveapi==0.2.11 # homeassistant.components.homematic -pyhomematic==0.1.37 +pyhomematic==0.1.38 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.1.0