iglo hs color fix (#13808)

pull/13856/head
Adam Mills 2018-04-10 14:11:00 -04:00 committed by Paulus Schoutsen
parent bd58a0de7d
commit 09dbd94467
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class IGloLamp(Light):
@property
def hs_color(self):
"""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
def effect(self):