mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
fix style
This commit is contained in:
parent
b0734e613f
commit
4e2d75a8f4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user