mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
iglo hs color fix (#13808)
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user