Update pyhomematic to 0.1.42 (#14095)

* Updated pyhomematic to 0.1.42

* Updated pyhomematic to 0.1.42
This commit is contained in:
Daniel Perna 2018-04-26 19:30:28 +02:00 committed by Pascal Vizeli
parent d7f7735490
commit 47e143d5a1
2 changed files with 2 additions and 2 deletions

View File

@ -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.41']
REQUIREMENTS = ['pyhomematic==0.1.42']
DOMAIN = 'homematic'
_LOGGER = logging.getLogger(__name__)

View File

@ -790,7 +790,7 @@ pyhik==0.1.8
pyhiveapi==0.2.14
# homeassistant.components.homematic
pyhomematic==0.1.41
pyhomematic==0.1.42
# homeassistant.components.sensor.hydroquebec
pyhydroquebec==2.2.2