mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Added pylint hint
This commit is contained in:
parent
48bfc98acb
commit
10c95b4352
@ -99,6 +99,7 @@ def setup(hass, config):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
# pylint: disable=too-many-instance-attributes
|
||||||
class Script(ToggleEntity):
|
class Script(ToggleEntity):
|
||||||
""" Represents a script. """
|
""" Represents a script. """
|
||||||
def __init__(self, hass, name, entity_id, sequence):
|
def __init__(self, hass, name, entity_id, sequence):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user