mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
just pass them in
This commit is contained in:
@@ -174,7 +174,7 @@ class HueLight(Light):
|
|||||||
|
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
def __init__(self, light_id, info, bridge, update_lights,
|
def __init__(self, light_id, info, bridge, update_lights,
|
||||||
bridge_type='hue', allow_unreachable=False):
|
bridge_type, allow_unreachable):
|
||||||
"""Initialize the light."""
|
"""Initialize the light."""
|
||||||
self.light_id = light_id
|
self.light_id = light_id
|
||||||
self.info = info
|
self.info = info
|
||||||
|
Reference in New Issue
Block a user