just pass them in

This commit is contained in:
Jon Maddox 2016-03-15 10:27:56 -04:00
parent 971fe8bc7b
commit b7b34b280f

View file

@ -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