pylint & flake cleanup
This commit is contained in:
parent
e4d33bc6d4
commit
805aecd6f9
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||
|
||||
class DemoLight(Light):
|
||||
""" Provides a demo switch. """
|
||||
# pylint: disable=too-many-arguments
|
||||
def __init__(self, name, state, xy=None, ct=None, brightness=180):
|
||||
self._name = name
|
||||
self._state = state
|
||||
|
|
Loading…
Add table
Reference in a new issue