mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
fix style
This commit is contained in:
@@ -173,7 +173,8 @@ class HueLight(Light):
|
|||||||
""" Represents a Hue light """
|
""" Represents a Hue light """
|
||||||
|
|
||||||
# pylint: disable=too-many-arguments
|
# pylint: disable=too-many-arguments
|
||||||
def __init__(self, light_id, info, bridge, update_lights, bridge_type='hue'):
|
def __init__(self, light_id, info, bridge, update_lights,
|
||||||
|
bridge_type='hue'):
|
||||||
self.light_id = light_id
|
self.light_id = light_id
|
||||||
self.info = info
|
self.info = info
|
||||||
self.bridge = bridge
|
self.bridge = bridge
|
||||||
|
Reference in New Issue
Block a user