From 05c9c5750017b147617eff153c0b5fbe984d7e7f Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 20 Mar 2018 20:32:59 +0100 Subject: [PATCH] Update pyhomematic to 0.1.40 (#13354) * 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 b913b58864d..1accf038575 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.39'] +REQUIREMENTS = ['pyhomematic==0.1.40'] DOMAIN = 'homematic' _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e2696bdd934..f3637a40f64 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -752,7 +752,7 @@ pyhik==0.1.8 pyhiveapi==0.2.11 # homeassistant.components.homematic -pyhomematic==0.1.39 +pyhomematic==0.1.40 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.1.0