From d3e9a227590da26ccdfa0fa0e4ecd777575287ba Mon Sep 17 00:00:00 2001 From: Stefan Jonasson Date: Mon, 21 Sep 2015 08:14:11 +0200 Subject: [PATCH] Added pylint hint! --- homeassistant/components/light/tellstick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/tellstick.py b/homeassistant/components/light/tellstick.py index f5e74029ced..216b9553c3a 100644 --- a/homeassistant/components/light/tellstick.py +++ b/homeassistant/components/light/tellstick.py @@ -11,7 +11,7 @@ import tellcore.constants as tellcore_constants from tellcore.library import DirectCallbackDispatcher REQUIREMENTS = ['tellcore-py==1.0.4'] - +# pylint: disable=unused-argument def setup_platform(hass, config, add_devices_callback, discovery_info=None): """ Find and return Tellstick lights. """