iglo hs color fix (#13808)
parent
bd58a0de7d
commit
09dbd94467
|
@ -79,7 +79,7 @@ class IGloLamp(Light):
|
||||||
@property
|
@property
|
||||||
def hs_color(self):
|
def hs_color(self):
|
||||||
"""Return the hs value."""
|
"""Return the hs value."""
|
||||||
return color_util.color_RGB_to_hsv(*self._lamp.state()['rgb'])
|
return color_util.color_RGB_to_hs(*self._lamp.state()['rgb'])
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def effect(self):
|
def effect(self):
|
||||||
|
|
Loading…
Reference in New Issue