From 3db31cb951b7c307940469b0c99442c2e40c7264 Mon Sep 17 00:00:00 2001 From: Scott Bartuska Date: Wed, 25 May 2016 09:09:40 -0700 Subject: [PATCH] Update PyISY to 1.0.6 (#2133) * Update PyISY to 1.0.6 1.0.6 is the newest version of PyISY * PyISY to 1.0.6 --- 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 697aa4e8ea6..09bf62ce849 100644 --- a/homeassistant/components/isy994.py +++ b/homeassistant/components/isy994.py @@ -16,7 +16,7 @@ from homeassistant.helpers.entity import ToggleEntity from homeassistant.loader import get_component DOMAIN = "isy994" -REQUIREMENTS = ['PyISY==1.0.5'] +REQUIREMENTS = ['PyISY==1.0.6'] DISCOVER_LIGHTS = "isy994.lights" DISCOVER_SWITCHES = "isy994.switches" DISCOVER_SENSORS = "isy994.sensors" diff --git a/requirements_all.txt b/requirements_all.txt index cedf121eb43..2f46d51fe3d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ voluptuous==0.8.9 webcolors==1.5 # homeassistant.components.isy994 -PyISY==1.0.5 +PyISY==1.0.6 # homeassistant.components.arduino PyMata==2.12