diff --git a/homeassistant/components/light/hue.py b/homeassistant/components/light/hue.py index f286c167aa9..6d3bd7682a9 100644 --- a/homeassistant/components/light/hue.py +++ b/homeassistant/components/light/hue.py @@ -174,7 +174,7 @@ class HueLight(Light): # pylint: disable=too-many-arguments def __init__(self, light_id, info, bridge, update_lights, - bridge_type='hue', allow_unreachable=False): + bridge_type, allow_unreachable): """Initialize the light.""" self.light_id = light_id self.info = info