Merge pull request #9182 from home-assistant/pyisy-update

Bumped the version of PyISY
pull/9180/merge
Ryan Kraus 2017-08-28 00:02:28 -04:00 committed by GitHub
commit 2533b49aef
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.helpers import discovery, config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.typing import ConfigType, Dict # noqa
REQUIREMENTS = ['PyISY==1.0.7']
REQUIREMENTS = ['PyISY==1.0.8']
_LOGGER = logging.getLogger(__name__)

View File

@ -18,7 +18,7 @@ astral==1.4
# Adafruit_BBIO==1.0.0
# homeassistant.components.isy994
PyISY==1.0.7
PyISY==1.0.8
# homeassistant.components.notify.html5
PyJWT==1.5.2