mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
committed by
Paulus Schoutsen
parent
3f6d30ed06
commit
458598546d
@ -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):
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user