just pass them in
This commit is contained in:
parent
971fe8bc7b
commit
b7b34b280f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue