Update pyhomematic to 0.1.41 (#13814)

* Update requirements_all.txt

* Update __init__.py
This commit is contained in:
Daniel Perna 2018-04-10 23:33:56 +02:00 committed by GitHub
parent 16a1a4e0b1
commit b2695e498d
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 import homeassistant.helpers.config_validation as cv
from homeassistant.loader import bind_hass from homeassistant.loader import bind_hass
REQUIREMENTS = ['pyhomematic==0.1.40'] REQUIREMENTS = ['pyhomematic==0.1.41']
DOMAIN = 'homematic' DOMAIN = 'homematic'
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -777,7 +777,7 @@ pyhik==0.1.8
pyhiveapi==0.2.11 pyhiveapi==0.2.11
# homeassistant.components.homematic # homeassistant.components.homematic
pyhomematic==0.1.40 pyhomematic==0.1.41
# homeassistant.components.sensor.hydroquebec # homeassistant.components.sensor.hydroquebec
pyhydroquebec==2.2.1 pyhydroquebec==2.2.1