mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Fix pylint issue
This commit is contained in:
parent
039c5cd847
commit
1a73c1b991
@ -75,6 +75,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
|||||||
)])
|
)])
|
||||||
|
|
||||||
|
|
||||||
|
# pylint: disable=too-many-arguments
|
||||||
class CommandSensor(Entity):
|
class CommandSensor(Entity):
|
||||||
""" Represents a sensor that is returning a value of a shell commands. """
|
""" Represents a sensor that is returning a value of a shell commands. """
|
||||||
def __init__(self, data, name, unit_of_measurement, corr_factor,
|
def __init__(self, data, name, unit_of_measurement, corr_factor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user