From b2695e498d00ae79f01035be885d34c9be69b5a7 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 10 Apr 2018 23:33:56 +0200 Subject: [PATCH] Update pyhomematic to 0.1.41 (#13814) * Update requirements_all.txt * Update __init__.py --- 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 c542cd9e88e..23fe9685418 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.40'] +REQUIREMENTS = ['pyhomematic==0.1.41'] DOMAIN = 'homematic' _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index a80a59c2509..d5d64381528 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -777,7 +777,7 @@ pyhik==0.1.8 pyhiveapi==0.2.11 # homeassistant.components.homematic -pyhomematic==0.1.40 +pyhomematic==0.1.41 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.1