From 429b6378850f20993b64d0dd5130f67bd67b969e Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Thu, 19 Oct 2017 01:31:25 +0200 Subject: [PATCH] Upgraded pyhomematic (#9956) --- homeassistant/components/homematic.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/homematic.py b/homeassistant/components/homematic.py index 7e09ee326c4..901b54c8525 100644 --- a/homeassistant/components/homematic.py +++ b/homeassistant/components/homematic.py @@ -21,7 +21,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.helpers.event import track_time_interval from homeassistant.config import load_yaml_config_file -REQUIREMENTS = ['pyhomematic==0.1.33'] +REQUIREMENTS = ['pyhomematic==0.1.34'] DOMAIN = 'homematic' diff --git a/requirements_all.txt b/requirements_all.txt index 098ce35a576..5a6e60e48a1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -635,7 +635,7 @@ pyharmony==1.0.16 pyhik==0.1.4 # homeassistant.components.homematic -pyhomematic==0.1.33 +pyhomematic==0.1.34 # homeassistant.components.sensor.hydroquebec pyhydroquebec==1.2.0