Update pyhomematic to version 0.1.10 (#2589)

This commit is contained in:
Pascal Vizeli 2016-07-21 20:49:30 +02:00 committed by GitHub
parent a513e1cc35
commit e5c42a676d
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.9"]
REQUIREMENTS = ["pyhomematic==0.1.10"]
HOMEMATIC = None
HOMEMATIC_LINK_DELAY = 0.5

View file

@ -282,7 +282,7 @@ pyenvisalink==1.0
pyfttt==0.3
# homeassistant.components.homematic
pyhomematic==0.1.9
pyhomematic==0.1.10
# homeassistant.components.device_tracker.icloud
pyicloud==0.8.3