update pyhomematic to version 0.1.11 (#2770)

This commit is contained in:
Pascal Vizeli 2016-08-09 22:55:25 +02:00 committed by GitHub
parent 3d2830278a
commit 431f0fd236
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.helpers import discovery
from homeassistant.config import load_yaml_config_file
DOMAIN = 'homematic'
REQUIREMENTS = ["pyhomematic==0.1.10"]
REQUIREMENTS = ["pyhomematic==0.1.11"]
HOMEMATIC = None
HOMEMATIC_LINK_DELAY = 0.5

View File

@ -290,7 +290,7 @@ pyenvisalink==1.0
pyfttt==0.3
# homeassistant.components.homematic
pyhomematic==0.1.10
pyhomematic==0.1.11
# homeassistant.components.device_tracker.icloud
pyicloud==0.9.1