mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
just pass them in
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user