diff --git a/extalife/light.py b/extalife/light.py index 5c8044a..160107a 100644 --- a/extalife/light.py +++ b/extalife/light.py @@ -235,7 +235,7 @@ async def async_turn_on(self, **kwargs): r = g = b = w = 0 if ATTR_RGBW_COLOR in kwargs: - r, g, b, w = kwargs + r, g, b, w = kwargs[ATTR_RGBW_COLOR] # WARNING: Exta Life 'mode_val' from command 37 is a HEX STRING, but command 20 requires INT!!! 🤦‍♂️ if self._supports_white_v and effect is None: