diff --git a/homeassistant/components/isy994.py b/homeassistant/components/isy994.py index 08235714d68..5c6e151e3a7 100644 --- a/homeassistant/components/isy994.py +++ b/homeassistant/components/isy994.py @@ -22,7 +22,7 @@ from homeassistant.const import ( # homeassistant constants DOMAIN = "isy994" DEPENDENCIES = [] -REQUIREMENTS = ['PyISY>=1.0.2'] +REQUIREMENTS = ['PyISY>=1.0.5'] DISCOVER_LIGHTS = "isy994.lights" DISCOVER_SWITCHES = "isy994.switches" DISCOVER_SENSORS = "isy994.sensors"