From 930036272bbfbb1e29466e58e08e2395dd8434f7 Mon Sep 17 00:00:00 2001 From: sfam Date: Wed, 26 Aug 2015 00:15:57 +0100 Subject: [PATCH] fix pylint warnings --- homeassistant/components/sensor/rpi_gpio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sensor/rpi_gpio.py b/homeassistant/components/sensor/rpi_gpio.py index ee410be6ed4..c57cf31b397 100644 --- a/homeassistant/components/sensor/rpi_gpio.py +++ b/homeassistant/components/sensor/rpi_gpio.py @@ -90,6 +90,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): hass.bus.listen_once(EVENT_HOMEASSISTANT_START, prepare_gpio) +# pylint: disable=too-many-arguments, too-many-instance-attributes class RPiGPIOSensor(Entity): """ Sets up the Raspberry PI GPIO ports. """ def __init__(self, port_name, port_num, pull_mode,