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