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
This commit is contained in:
Scott Bartuska 2016-05-25 09:09:40 -07:00 committed by Paulus Schoutsen
parent 415cfc2537
commit 3db31cb951
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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