From 4d471622f677d7f63f04492f22e1a6af0523b13f Mon Sep 17 00:00:00 2001 From: Daniel Perna <danielperna84@gmail.com> Date: Tue, 2 Oct 2018 00:02:59 +0200 Subject: [PATCH] Update pyhomematic to 0.1.50 (#17048) --- 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 b2b3b18ff34..927f86b590d 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.49'] +REQUIREMENTS = ['pyhomematic==0.1.50'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2fac42738de..b1d8f5dc4f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -909,7 +909,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.49 +pyhomematic==0.1.50 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2 -- GitLab