diff --git a/homeassistant/components/hive/light.py b/homeassistant/components/hive/light.py index d6a9d1f400b..7659d43aeba 100644 --- a/homeassistant/components/hive/light.py +++ b/homeassistant/components/hive/light.py @@ -116,7 +116,7 @@ class HiveDeviceLight(HiveEntity, LightEntity): get_new_color = kwargs.get(ATTR_HS_COLOR) hue = int(get_new_color[0]) saturation = int(get_new_color[1]) - new_color = (hue, saturation, 100) + new_color = (hue, saturation, self.brightness) self.session.light.turn_on( self.node_id,