From 1a73c1b9918a604c4bbd25d9a56d8a81d787853e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 15 Sep 2015 08:37:43 +0200 Subject: [PATCH] Fix pylint issue --- homeassistant/components/sensor/command_sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sensor/command_sensor.py b/homeassistant/components/sensor/command_sensor.py index 5503d78deb1..3a3199be627 100644 --- a/homeassistant/components/sensor/command_sensor.py +++ b/homeassistant/components/sensor/command_sensor.py @@ -75,6 +75,7 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None): )]) +# pylint: disable=too-many-arguments class CommandSensor(Entity): """ Represents a sensor that is returning a value of a shell commands. """ def __init__(self, data, name, unit_of_measurement, corr_factor,