Bumped the version of PyISY

PyISY has been updated to better support newer ISY994 firmware. This
should resolve #7601.
This commit is contained in:
Ryan Kraus 2017-08-27 23:24:29 -04:00
parent bd039b8c53
commit f6a701e843
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