- Bump iGlo Version (#13063)

- Use effect list as a method
This commit is contained in:
Jesse Hills
2018-03-11 17:31:57 +13:00
committed by Paulus Schoutsen
parent 3f6d30ed06
commit 458598546d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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