Update pyhomematic to 0.1.40 (#13354)

* Update __init__.py

* Update requirements_all.txt
pull/13358/head
Daniel Perna 2018-03-20 20:32:59 +01:00 committed by GitHub
parent 5c4529d044
commit 05c9c57500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.39']
REQUIREMENTS = ['pyhomematic==0.1.40']
DOMAIN = 'homematic'
_LOGGER = logging.getLogger(__name__)

View File

@ -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