mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
iglo hs color fix (#13808)
This commit is contained in:
parent
2707d35a86
commit
cf88d8a1b9
@ -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…
x
Reference in New Issue
Block a user