diff --git a/devices/protocols/Yeelight/xaal/yeelight/devices.py b/devices/protocols/Yeelight/xaal/yeelight/devices.py index edc37936c6b7b999218f13424f8db4848c886e43..98435ecfd89ba2d585ed98a0531b5001ec72c8bb 100644 --- a/devices/protocols/Yeelight/xaal/yeelight/devices.py +++ b/devices/protocols/Yeelight/xaal/yeelight/devices.py @@ -232,6 +232,7 @@ class RGBW(YeelightDev): # hsv = list(attrs['hsv']) # hsv[2] = round(int(bright)/100.0, 2) # attrs['hsv'] = hsv + # Yeelight Python API provide both rgb and hsv values # we parse both, even if we don't' issue set_hsv # sat ?