diff --git a/homeassistant/components/light/iglo.py b/homeassistant/components/light/iglo.py index 1e110b5c397..9717993f77d 100644 --- a/homeassistant/components/light/iglo.py +++ b/homeassistant/components/light/iglo.py @@ -17,7 +17,7 @@ from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PORT import homeassistant.helpers.config_validation as cv import homeassistant.util.color as color_util -REQUIREMENTS = ['iglo==1.2.6'] +REQUIREMENTS = ['iglo==1.2.7'] _LOGGER = logging.getLogger(__name__) @@ -89,7 +89,7 @@ class IGloLamp(Light): @property def effect_list(self): """Return the list of supported effects.""" - return self._lamp.effect_list + return self._lamp.effect_list() @property def supported_features(self): diff --git a/requirements_all.txt b/requirements_all.txt index a3a5662822e..ad221e0c66a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -398,7 +398,7 @@ https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0 # i2csense==0.0.4 # homeassistant.components.light.iglo -iglo==1.2.6 +iglo==1.2.7 # homeassistant.components.ihc ihcsdk==2.2.0