Upgrade pymysensors to 0.10.0 (#7469)

This commit is contained in:
Martin Hjelmare 2017-05-07 04:10:17 +02:00 committed by Paulus Schoutsen
parent 2c1df75c07
commit 47034f83f4
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ from homeassistant.const import (
from homeassistant.helpers import discovery
from homeassistant.loader import get_component
REQUIREMENTS = ['pymysensors==0.9.1']
REQUIREMENTS = ['pymysensors==0.10.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -591,7 +591,7 @@ pymailgunner==1.4
pymochad==0.1.1
# homeassistant.components.mysensors
pymysensors==0.9.1
pymysensors==0.10.0
# homeassistant.components.device_tracker.netgear
pynetgear==0.3.3