From f6a701e84392cc689e10c0ed2ea9f664f7669fda Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Sun, 27 Aug 2017 23:24:29 -0400 Subject: [PATCH] Bumped the version of PyISY PyISY has been updated to better support newer ISY994 firmware. This should resolve #7601. --- homeassistant/components/isy994.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/isy994.py b/homeassistant/components/isy994.py index a834cc0a3e4..7686eb7dc7d 100644 --- a/homeassistant/components/isy994.py +++ b/homeassistant/components/isy994.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index f054e9beb85..5d315346248 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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